cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / core / SQL / PostgreSQL / update_core_state.sql
1 UPDATE core_state
2 SET value = :value
3 WHERE key = :key