add auto-migration on backend startup

This commit is contained in:
notplants
2026-02-20 19:15:02 +00:00
parent 3647245ea4
commit dcd91e6a6f
5 changed files with 47 additions and 7 deletions

View File

@ -66,3 +66,9 @@ OIDC_AUTH_REQUEST_EXTRA_PARAMS='{"acr_values": "eidas1"}'
LOGGING_LEVEL_HANDLERS_CONSOLE=INFO
LOGGING_LEVEL_LOGGERS_ROOT=INFO
LOGGING_LEVEL_LOGGERS_APP=INFO
##############################################################################
# MIGRATIONS
##############################################################################
# Set to false to disable automatic migrations on backend startup
AUTO_MIGRATIONS=true