- Fixed the inconsitency bug lately introduced. Adding networks is now
[quassel.git] / src / core / SQL / SQLite / 1 / setup_060_backlog.sql
diff --git a/src/core/SQL/SQLite/1/setup_060_backlog.sql b/src/core/SQL/SQLite/1/setup_060_backlog.sql
deleted file mode 100644 (file)
index d3e191d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-CREATE TABLE backlog (
-       messageid INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
-       time INTEGER NOT NULL,
-       bufferid INTEGER NOT NULL,
-       type INTEGER NOT NULL,
-       flags INTEGER NOT NULL,
-       senderid INTEGER NOT NULL,
-       message TEXT)