feat: enhance evobgp with new command-line tools for bundle management, including pull, verify, and apply functionalities. Update go.mod to include necessary dependencies and complete todos in architecture plan for improved observability and deployment practices.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package migrations
|
||||
|
||||
import "embed"
|
||||
|
||||
// Postgres contains versioned SQL for the primary PostgreSQL path (plan §11).
|
||||
//
|
||||
//go:embed postgres/*.sql
|
||||
var Postgres embed.FS
|
||||
|
||||
// SQLite contains the parallel schema for optional microVPS_sqlite (plan §2, §11).
|
||||
//
|
||||
//go:embed sqlite/*.sql
|
||||
var SQLite embed.FS
|
||||
Reference in New Issue
Block a user