Skip to content

Commit 955319a

Browse files
committed
portfolio tabel creation
1 parent 41ceb90 commit 955319a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
CREATE INDEX idx_portfolio_snapshots_date ON portfolio_snapshots(date);
3838
3939
"""
40-
db.execute_query(query, fetch=FALSE)
40+
db.execute_query(query, fetch=False)
4141

0 commit comments

Comments
 (0)