mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
fix: prevent auto creation of database (#469)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user