Skip to content
Snippets Groups Projects
README.md 234 B
Newer Older
Daniel Lyons's avatar
Daniel Lyons committed
# 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