10 lines
170 B
Go
10 lines
170 B
Go
package migrations
|
|
|
|
import "embed"
|
|
|
|
// Files contains the immutable, versioned database migrations shipped with the
|
|
// API binary.
|
|
//
|
|
//go:embed *.sql
|
|
var Files embed.FS
|