Remian103 / lolskin-price-tracker

A web app for tracking LoL skin price
3 stars 1 forks source link

Add 'is_available' and 'is_on_sale' for 'skin' table. #33

Closed jiyolla closed 3 years ago

jiyolla commented 3 years ago

'is_available': Boolean. True if item is for sale(purchasable) 'is_on_sale': Boolean. True if item is on sale(on discount).

jiyolla commented 3 years ago

Integrate alembic use into backend app to manage database metadata

jiyolla commented 3 years ago

Integrate alembic use into backend app to manage database metadata

That is, first solve #35