// Package migrations embeds SQL migration files for use by the db package. package migrations import "embed" //go:embed *.up.sql var FS embed.FS