preparing storage backend to store usermode and awaymessage for session restore
[quassel.git] / src / core / SQL / SQLite / 13 / setup_060_backlog.sql
diff --git a/src/core/SQL/SQLite/13/setup_060_backlog.sql b/src/core/SQL/SQLite/13/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)