X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FSQLite%2Fupdate_core_state.sql;fp=src%2Fcore%2FSQL%2FSQLite%2Fupdate_core_state.sql;h=922dc95a1e76c92d72d17caf581ede636ee6f053;hp=0000000000000000000000000000000000000000;hb=436cb365db846985ef5ce508cb5bf925cd903480;hpb=b9169a652a6854b3fa85aee8f833cb9e18a8d510 diff --git a/src/core/SQL/SQLite/update_core_state.sql b/src/core/SQL/SQLite/update_core_state.sql new file mode 100644 index 00000000..922dc95a --- /dev/null +++ b/src/core/SQL/SQLite/update_core_state.sql @@ -0,0 +1,3 @@ +UPDATE core_state +SET value = :value +WHERE key = :key