mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-31 13:54:27 +01:00
antithesis: Fix first_setup.py to commit both transactions
This commit is contained in:
@@ -83,6 +83,8 @@ for i in range(tbl_count):
|
||||
CREATE TABLE tbl_{i} ({cols_str})
|
||||
""")
|
||||
|
||||
con_init.commit()
|
||||
|
||||
con.commit()
|
||||
|
||||
print(f"DB Schemas\n------------\n{json.dumps(schemas, indent=2)}")
|
||||
|
||||
Reference in New Issue
Block a user