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.
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 attrue
.