visch
06/06/2024, 1:07 PM- name: alembic
namespace: alembic
pip_url: alembic>=1.13.1 psycopg2-binary>=2.9.3 # alembic requires psycopg2 to work with Postgres but it doesn't install as a dependency automatically
commands:
upgrade:
args: upgrade head
description: Upgrade to the latest version of the database schema.
downgrade:
args: downgrade base
description: Downgrade to the initial version of the database schema.
visch
06/06/2024, 1:07 PM