Skip to content
Snippets Groups Projects

Workspaces Schema

To upgrade to the newest schema, run:

env CAPO_PROFILE=$PROFILE alembic upgrade head

where $PROFILE is local or nmtest or nmprod or whatever.

To upgrade in docker, run:

docker compose -f docker-compose.local.yml up schema