SimpleCloudNotifier/scnserver/db/schema/assets.go

13 lines
165 B
Go
Raw Normal View History

2022-11-20 00:19:41 +01:00
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