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