You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also it would be nice if possible to add some (or all) of these commands in the Makefile.
DUMMY_STORES=true poetry run alembic --name common revision --autogenerate -m "some message about the migration"
DUMMY_STORES=true poetry run alembic --name common upgrade head
DUMMY_STORES=true poetry run alembic --name common history
Other info that should just be in a readme somehwere:
how to register your orm base class so that alembic can autogenerate migrations
The text was updated successfully, but these errors were encountered:
Also it would be nice if possible to add some (or all) of these commands in the Makefile.
Other info that should just be in a readme somehwere:
The text was updated successfully, but these errors were encountered: