- MessageTypes are now binary exclusive which allows easy checks with multimple condi...
[quassel.git] / src / core / SQL / SQLite / 6 / setup_050_buffer_cname_idx.sql
diff --git a/src/core/SQL/SQLite/6/setup_050_buffer_cname_idx.sql b/src/core/SQL/SQLite/6/setup_050_buffer_cname_idx.sql
new file mode 100644 (file)
index 0000000..3858455
--- /dev/null
@@ -0,0 +1,2 @@
+CREATE UNIQUE INDEX buffer_cname_idx 
+       ON buffer(userid, networkid, buffercname)