mtgcoll/resources/migrations/00011_add_online_boolean_to_collection_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
183 B
SQL

DROP TRIGGER IF EXISTS collection_set_online_trigger ON collection;
DROP FUNCTION IF EXISTS set_collection_row_online_column();
ALTER TABLE collection DROP COLUMN IF EXISTS online;