-- +goose Up -- +goose StatementBegin INSERT INTO ScryfallSet ( SetCode, Name, CardCount, IconSvgUri ) VALUES ( 'null', 'None', 0, '' ); INSERT INTO ScryfallCard ( Id, Name, ScryfallSetCode, HasFoilPrinting, IsPromo, CollectorNumber, ImageUrl, Language ) VALUES ( '00000000-0000-0000-0000-000000000000', 'Scanned Card Placeholder', 'null', 0, 0, 0, '', 'en' ); -- +goose StatementEnd -- +goose Down -- +goose StatementBegin DELETE FROM CardPrinting WHERE Id = '00000000-0000-0000-0000-000000000000'; -- +goose StatementEnd