aboutsummaryrefslogtreecommitdiff
path: root/sql/lite.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/lite.sql')
-rw-r--r--sql/lite.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/lite.sql b/sql/lite.sql
index b62295120..0580fcbaa 100644
--- a/sql/lite.sql
+++ b/sql/lite.sql
@@ -260,7 +260,7 @@ CREATE TABLE muc_room (
);
CREATE UNIQUE INDEX i_muc_room_name_host ON muc_room (name, host);
-CREATE INDEX i_muc_room_host_created_at ON muc_room USING btree (host, created_at);
+CREATE INDEX i_muc_room_host_created_at ON muc_room (host, created_at);
CREATE TABLE muc_registered (
jid text NOT NULL,