SimpleCloudNotifier/scnserver/db/impl/primary/schema/assets.go

13 lines
186 B
Go
Raw Normal View History

2022-11-20 00:19:41 +01:00
package schema
import _ "embed"
//go:embed schema_1.ddl
var PrimarySchema1 string
2022-11-20 00:19:41 +01:00
//go:embed schema_2.ddl
var PrimarySchema2 string
2022-11-20 00:19:41 +01:00
//go:embed schema_3.ddl
var PrimarySchema3 string