Remian103 / lolskin-price-tracker

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

Backend integrate alembic #42

Closed jiyolla closed 3 years ago

jiyolla commented 3 years ago

35 done.

'sqlite3.db' will no longer spawn in folder other than 'backend' by mistake(e.g. app folder).

Since the way the database configuration load has changed, we need to pay more attention on next deploy. Single 'git pull' would not work. New 'db_config.ini' has to be uploaded.