backend
Alembic
During development, run
$ alembic -c bioterm/server/backend/alembic.ini revision --autogenerate -m "Initial migration"
in the ${BIOTERM_ROOT_DIRECTORY}.
Review the file created in ./bioterm/server/backend/alembic/versions
and conduct manual changes.
Finally, run
$ alembic -c bioterm/server/backend/alembic.ini upgrade head
to apply the migrations