- MessageTypes are now binary exclusive which allows easy checks with multimple condi...
[quassel.git] / src / core / SQL / SQLite / 6 / setup_030_buffer.sql
similarity index 61%
rename from src/core/SQL/SQLite/5/setup_030_buffer.sql
rename to src/core/SQL/SQLite/6/setup_030_buffer.sql
index 4387d5a..c9f8285 100644 (file)
@@ -4,5 +4,6 @@ CREATE TABLE buffer (
        groupid INTEGER,
        networkid INTEGER NOT NULL,
        buffername TEXT NOT NULL,
-       buffercname TEXT NOT NULL -- CANONICAL BUFFER NAME (lowercase version)
+       buffercname TEXT NOT NULL, -- CANONICAL BUFFER NAME (lowercase version)
+       buffertype INTEGER NOT NULL DEFAULT 0
 )