adamschachne / inhouse_bot

A Discord bot to handle League of Legends in-house games.
GNU General Public License v3.0
2 stars 2 forks source link

database migrations #25

Closed adamschachne closed 2 years ago

adamschachne commented 2 years ago

For the first deployment with these changes, make sure to set RUN_MIGRATIONS=false, then exec bash on the container to run alembic stamp 6ee9679b5820. This will create the alembic_version table and stamp the current version. Successive deployments can leave it at true.

adamschachne commented 2 years ago

Closing because commits are being included with #28