core: Store session state in database, migrate old
[quassel.git] / src / core / SQL / SQLite / insert_core_state.sql
diff --git a/src/core/SQL/SQLite/insert_core_state.sql b/src/core/SQL/SQLite/insert_core_state.sql
new file mode 100644 (file)
index 0000000..899fc04
--- /dev/null
@@ -0,0 +1,2 @@
+INSERT INTO core_state (key, value)
+VALUES (:key, :value)