9 lines
155 B
Go
9 lines
155 B
Go
package migrations
|
|
|
|
import "embed"
|
|
|
|
// Files contains the versioned SQL migrations used by both commands and tests.
|
|
//
|
|
//go:embed *.sql
|
|
var Files embed.FS
|