Introducing the all-new all-fancy bufferviews.
[quassel.git] / src / core / SQL / SQLite / 11 / upgrade_999_version.sql
diff --git a/src/core/SQL/SQLite/11/upgrade_999_version.sql b/src/core/SQL/SQLite/11/upgrade_999_version.sql
new file mode 100644 (file)
index 0000000..68ec4b8
--- /dev/null
@@ -0,0 +1,3 @@
+UPDATE coreinfo
+SET value = 11
+WHERE key = 'schemaversion'