Skip to content
Snippets Groups Projects
Daniel K Lyons's avatar
Daniel Lyons authored
 - Add columns to tables workflow_requests and capability_requests
 - Make the updated_at column auto-update in the database for both
 - Use in the __repr__ method for Python for human-friendliness

Manually verified that the timezone manipulations were correct
b592059a
History

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