common: Exclude ignored messages in buffer activity
[quassel.git] / src / core / SQL / PostgreSQL / update_core_state.sql
1 UPDATE core_state
2 SET value = :value
3 WHERE key = :key