Initial commit
This commit is contained in:
9
server/migrations/embed.go
Normal file
9
server/migrations/embed.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package migrations
|
||||
|
||||
import "embed"
|
||||
|
||||
// Files contains the immutable, versioned database migrations shipped with the
|
||||
// API binary.
|
||||
//
|
||||
//go:embed *.sql
|
||||
var Files embed.FS
|
||||
Reference in New Issue
Block a user