Files

9 lines
143 B
Go
Raw Permalink Normal View History

2026-06-07 21:01:40 +00:00
package migrations
import "embed"
// FS contains SQL migrations used by both the daemon and cmd/migrate.
//
//go:embed *.sql
var FS embed.FS