added database migrations + soft delete

This commit is contained in:
msramalho
2023-02-27 13:12:22 +01:00
parent 39da4e4eb7
commit 56c18dd96b
16 changed files with 304 additions and 20 deletions

View File

@@ -18,6 +18,7 @@ python-dotenv = "*"
loguru = "*"
sqlalchemy = "*"
auto-archiver = "*"
alembic = "*"
[dev-packages]