Commit graph

8 commits

Author SHA1 Message Date
Gered 4b2bc86866 sql migrations to add lists_card_quantities table
this replaces the old cards.owned_count and cards.owned_foil_count
columns. queries that used to use those will now need to join to
lists_card_quantities on card_id/list_id

this allows the same types of card lists as before to be retrieved
but show quantity counts from any lists instead of just the "Owned" list
2016-07-24 12:51:20 -04:00
Gered 42beeb8022 add sql migration to index lists.is_public 2016-07-23 17:29:21 -04:00
Gered c3c805ddad add sql migrations for new lists stuff 2016-07-23 17:00:59 -04:00
Gered 41753f0464 add extra sort by id in cards list to make it stable for equal values
add a bunch of extra sql indexes to make sure this is performant
2016-07-10 23:30:36 -04:00
Gered 2e0644057e add search filtering based on foil card inventory amounts 2016-06-29 14:41:10 -04:00
Gered a957440f3b add foil tracking to card collection 2016-06-29 11:36:27 -04:00
Gered 2c419eeab9 remove remaining references to now unused card_images table 2016-06-29 09:59:09 -04:00
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