stillbox/sql/embed.go

9 lines
95 B
Go
Raw Permalink Normal View History

2024-07-14 21:26:53 -04:00
package sql
import (
"embed"
)
//go:embed postgres/migrations/*.sql
var Migrations embed.FS