Make sure that clients can't access buffers belonging to other users
[quassel.git] / src / core / SQL / PostgreSQL / 16 / update_buffer_lastseen.sql
1 UPDATE buffer
2 SET lastseenmsgid = :lastseenmsgid
3 WHERE userid = :userid AND bufferid = :bufferid