migrate to multiple sqlite db files ( primary + requests + logs )
This commit is contained in:
12
scnserver/db/impl/primary/schema/assets.go
Normal file
12
scnserver/db/impl/primary/schema/assets.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package schema
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed schema_1.ddl
|
||||
var PrimarySchema1 string
|
||||
|
||||
//go:embed schema_2.ddl
|
||||
var PrimarySchema2 string
|
||||
|
||||
//go:embed schema_3.ddl
|
||||
var PrimarySchema3 string
|
||||
Reference in New Issue
Block a user