- Fixed the inconsitency bug lately introduced. Adding networks is now
[quassel.git] / src / core / SQL / SQLite / 1 / delete_backlog_by_uid.sql
diff --git a/src/core/SQL/SQLite/1/delete_backlog_by_uid.sql b/src/core/SQL/SQLite/1/delete_backlog_by_uid.sql
deleted file mode 100644 (file)
index b5520ec..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-DELETE FROM backlog
-WHERE bufferid IN (SELECT DISTINCT bufferid FROM buffer WHERE userid = :userid)