# Variables
go:embed *.down.sql.
go:embed *.up.sql.
go:embed 0001_create_migrations_table.down.sql 0002_create_test_table_1.down.sql.
go:embed 0001_create_migrations_table.up.sql 0002_create_test_table_1.up.sql.
go:embed 0001_create_migrations_table.up.sql.