SimpleCloudNotifier/server/db/schema/assets.go
2022-11-20 00:21:59 +01:00

13 lines
165 B
Go

package schema
import _ "embed"
//go:embed schema_1.ddl
var Schema1 string
//go:embed schema_2.ddl
var Schema2 string
//go:embed schema_3.ddl
var Schema3 string