mtgcoll/resources/migrations/00009_add_owned_count_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

6 lines
177 B
SQL

DROP TRIGGER IF EXISTS cards_update_owned_count_trigger ON collection;
DROP FUNCTION IF EXISTS update_card_owned_count();
ALTER TABLE cards DROP COLUMN IF EXISTS owned_count;