refactors user-groups setup and auth logic

This commit is contained in:
msramalho
2024-10-31 14:52:14 +00:00
parent c8e1d441a4
commit 10306eba8a
10 changed files with 216 additions and 62 deletions

View File

@@ -46,8 +46,9 @@ orchestrators:
check https://alembic.sqlalchemy.org/en/latest/tutorial.html#the-migration-environment
* create migrations with `alembic revision -m "create account table"`
* migrate to most recent with `alembic upgrade head`
* downgrade with `alembic downgrade -1`
* if running in the normal pipenv environment use `PIPENV_DOTENV_LOCATION=.env.alembic pipenv run` followed by:
* migrate to most recent with `alembic upgrade head`
* downgrade with `alembic downgrade -1`
## Release
Update `main.py:VERSION`.