Fix down migrations

This commit is contained in:
The Magician 2024-12-13 18:10:43 +00:00
parent fd078f09a5
commit 9a1f306aec
2 changed files with 2 additions and 2 deletions

View File

@ -10,5 +10,5 @@ CREATE TABLE IF NOT EXISTS ScryfallSet (
-- +goose Down
-- +goose StatementBegin
DROP TABLE IF EXISTS ExpansionSet;
DROP TABLE IF EXISTS ScryfallSet;
-- +goose StatementEnd

View File

@ -15,5 +15,5 @@ CREATE TABLE IF NOT EXISTS ScryfallCard (
-- +goose Down
-- +goose StatementBegin
DROP TABLE IF EXISTS CardPrinting;
DROP TABLE IF EXISTS ScryfallCard;
-- +goose StatementEnd