*edit:* ~~Oh yeah, alembic needs a running database. The script itself starts the docker database container. You could do it on alpha (although you shouldn't use the script there because we don't run Docker, instead a manual `alembic revision --autogenerate -m \"$(date +%Y_%m_%d-%H_%M_%S)\" && chmod g+rw alembic/versions/*` Or I just paste the one I already created.~~ -> Oh yeah, alembic needs a running database. The script itself starts the docker database container. You could do it on alpha (although you shouldn't use the script there because we don't run Docker, instead a manual `alembic revision --autogenerate -m \"$(date +%Y_%m_%d-%H_%M_%S)\" && chmod g+rw alembic/versions/*`) Or I just paste the one I already created.