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