moved corestate (connected networks and joined channels) to the storage backend
[quassel.git] / src / core / SQL / SQLite / 7 / setup_030_buffer.sql
diff --git a/src/core/SQL/SQLite/7/setup_030_buffer.sql b/src/core/SQL/SQLite/7/setup_030_buffer.sql
deleted file mode 100644 (file)
index ea1c3ff..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-CREATE TABLE buffer (
-       bufferid INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
-       userid INTEGER NOT NULL,
-       groupid INTEGER,
-       networkid INTEGER NOT NULL,
-       buffername TEXT NOT NULL,
-       buffercname TEXT NOT NULL, -- CANONICAL BUFFER NAME (lowercase version)
-       buffertype INTEGER NOT NULL DEFAULT 0,
-       lastseen INTEGER NOT NULL DEFAULT 0
-)