diff --git a/src/videoag_common/database/database.py b/src/videoag_common/database/database.py index 8b2d92393ee3288f1bb518716567318a56ee312d..419c45844023af27ddd083c44dc9216b1628ebbc 100644 --- a/src/videoag_common/database/database.py +++ b/src/videoag_common/database/database.py @@ -78,7 +78,7 @@ class Database: ) if check_drift: - _startup_check_drift(auto_migration, skip_drift_check_when_no_connection) + self._startup_check_drift(auto_migration, skip_drift_check_when_no_connection) if config.get("log_all_statements", False): import logging