Eren Yilmaz 6 rokov pred
rodič
commit
7e6d0e3711
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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