8 lines
95 B
Go
8 lines
95 B
Go
package sql
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed postgres/migrations/*.sql
|
|
var Migrations embed.FS
|