fixing multiple adds of the same entry to the input history (thanks seezer for pointi...
[quassel.git] / src / core / SQL / SQLite / 11 / delete_backlog_for_network.sql
1 DELETE FROM backlog
2 WHERE bufferid IN (SELECT bufferid FROM buffer WHERE networkid = :networkid)