onecrayon / api.ashes.live

Backend API for a fan-developed deckbuilder and community website for the card game Ashes Reborn
ISC License
13 stars 3 forks source link

Implement `is_legacy` boolean flag for cards and decks #7

Closed onecrayon closed 4 years ago

onecrayon commented 4 years ago

This is a simple issue if you are familiar with SQLAlchemy, or a good chance to figure out how to use it and alembic if not.

Existing decks, cards, posts, and maybe stream all need to include an is_legacy boolean flag; these will be explicitly excluded from listings by default, and will probably be view-only going forward. These columns must be indexed.