Gered
aca45d9631
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
6 lines
177 B
SQL
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;
|