# 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 up schema