Core: only try local auth if a user has the "database" auth provider set
[quassel.git] / src / core / SQL / PostgreSQL / update_backlog_bufferid.sql
1 UPDATE backlog
2 SET bufferid = :newbufferid
3 WHERE bufferid = :oldbufferid