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
- 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
Name | Last commit | Last update |
---|---|---|
.. | ||
bin | ||
versions | ||
Dockerfile.local | ||
README.md | ||
alembic.ini | ||
env.py | ||
requirements.txt | ||
script.py.mako |