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