fix: prevent auto creation of database (#469)

This commit is contained in:
2025-06-26 11:52:20 -06:00
committed by GitHub
parent 30d88786b3
commit 9f70f76557

View File

@@ -15,7 +15,6 @@ import reflector.db.transcripts # noqa
engine = sqlalchemy.create_engine(
settings.DATABASE_URL, connect_args={"check_same_thread": False}
)
metadata.create_all(engine)
@subscribers_startup.append