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

@@ -3,4 +3,5 @@ GOOGLE_CHROME_APP_ID=0000000000000000000000000000000000.apps.googleusercontent.c
ALLOWED_EMAILS=email1,email2
ORCHESTRATION_CONFIG_DEFAULT=secrets/orchestration.yaml
# optional
# ORCHESTRATION_CONFIG_BELLINGCAT=secrets/orchestration-bcat.yaml
# ORCHESTRATION_CONFIG_BELLINGCAT=secrets/orchestration-bcat.yaml
DATABASE_PATH="sqlite:///./auto-archiver.db"