소스 검색

fix indices

Eren Yilmaz 6 년 전
부모
커밋
7e6d0e3711
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      db_setup.py

+ 1 - 1
db_setup.py

@@ -242,7 +242,7 @@ def create_indices(cursor):
                 ''')
     cursor.execute('''
                 CREATE INDEX IF NOT EXISTS orders_limit
-                ON orders (limit)
+                ON orders ("limit")
                 ''')
     cursor.execute('''
                 CREATE INDEX IF NOT EXISTS transactions_dt