Skip to content

Commit 97f3d29

Browse files
committed
clean up Agent and Client for re-run data generation
1 parent 33eb19d commit 97f3d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/calls_analysis/db_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def create_tables():
227227
# Create an engine:
228228
engine = DBEngine()
229229
# Create the schema's tables if it already exits, drop it
230-
Base.metadata.drop_all(engine.engine)
230+
# Base.metadata.drop_all(engine.engine)
231231
# Create the schema's tables
232232
Base.metadata.create_all(engine.engine)
233233

0 commit comments

Comments
 (0)