Update the schema creation DDL for the new password hashing
[quassel.git] / src / core / SQL / PostgreSQL / 17 / delete_backlog_by_uid.sql
1 DELETE FROM backlog
2 WHERE bufferid IN (SELECT DISTINCT bufferid FROM buffer WHERE userid = :userid)