permissions groups

This commit is contained in:
2026-07-17 15:02:41 +03:00
parent f8b6ab1739
commit 507f4db7fd
4 changed files with 153 additions and 15 deletions

View File

@@ -6,6 +6,6 @@ VENV=source .venv/bin/activate;
run:
${VENV} python3 main.py
m_gen:
alembic revision --autogenerate
${VENV} alembic revision --autogenerate
m_up:
alembic upgrade head
${VENV} alembic upgrade head