Make sure that clients can't access buffers belonging to other users
[quassel.git] / src / core / SQL / PostgreSQL / 16 / update_backlog_bufferid.sql
1 UPDATE backlog
2 SET bufferid = :newbufferid
3 WHERE bufferid = :oldbufferid