diff --git a/app/models.py b/app/models.py index 517fc44..ee3a1b4 100644 --- a/app/models.py +++ b/app/models.py @@ -36,7 +36,6 @@ if DATABASE_URL is None: if "unittest" in sys.modules and "sqlite" not in DATABASE_URL: raise ValueError("Unit tests running on non-Sqlite database") db = DatabaseManager.get_instance(DATABASE_URL, engine_options=Config.ENGINE_OPTIONS).db -db.create_all() # Database classes