felicity-lims/backend/felicity_lims/alembic.rm
Aurthur Musendame 861e96d836 inital commit
2021-01-06 13:52:14 +02:00

7 lines
259 B
Text
Executable file

After any changes or additions in database models, new alembic revision has to be created using the following command:
alembic revision --autogenerate -m "some revision message"
And then to upgrade the database to the newest revision:
alembic upgrade head