- Fixed the inconsitency bug lately introduced. Adding networks is now
[quassel.git] / src / core / SQL / SQLite / 1 / setup_040_buffer.sql
diff --git a/src/core/SQL/SQLite/1/setup_040_buffer.sql b/src/core/SQL/SQLite/1/setup_040_buffer.sql
deleted file mode 100644 (file)
index a7473fa..0000000
+++ /dev/null
@@ -1,6 +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)