Fix down migrations
This commit is contained in:
parent
fd078f09a5
commit
9a1f306aec
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue