mtgcoll/resources/migrations/00008_add_prices_to_cards_table.down.sql
Gered aca45d9631 major reworking of various data and image importing/scraping operations
can now run the application from the command line to invoke the various
data import/update or image scraping operations.

removed all copies of scraped set/symbol/mana images
2016-06-28 19:16:04 -04:00

7 lines
242 B
SQL

DROP TRIGGER IF EXISTS cards_update_most_recent_card_price_trigger ON card_prices;
DROP FUNCTION IF EXISTS most_recent_card_price();
ALTER TABLE cards DROP COLUMN IF EXISTS paper_price;
ALTER TABLE cards DROP COLUMN IF EXISTS online_price;