aboutsummaryrefslogtreecommitdiff
path: root/Database.py
diff options
context:
space:
mode:
Diffstat (limited to 'Database.py')
-rw-r--r--Database.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Database.py b/Database.py
index 1c85f8ef..c315d801 100644
--- a/Database.py
+++ b/Database.py
@@ -354,4 +354,4 @@ class Database(object):
DELETE CASCADE, PRIMARY KEY (user_id, channel_id,
setting))""")
self.execute("""CREATE INDEX user_channel_settings_index
- ON user_channel_settings (user_id, channel_id, setting)""")
+ ON user_channel_settings (user_id, channel_id, setting)""") \ No newline at end of file