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
7 lines
242 B
SQL
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;
|