Alembic added

[backend] Alembic is now implemented. DB creation, updates and default user creations is handled by Alembic
This commit is contained in:
João Vitória Silva
2024-02-10 15:32:02 +00:00
parent 043ed2be8e
commit 0f52a2467c
12 changed files with 423 additions and 30 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
# Python
backend/__pycache__/
backend/*/__pycache__/
backend/*/*/__pycache__/
backend/*.pyc
# Logs