first version of postgres backend
[quassel.git] / src / core / SQL / PostgreSQL / 14 / setup_070_coreinfo.sql
diff --git a/src/core/SQL/PostgreSQL/14/setup_070_coreinfo.sql b/src/core/SQL/PostgreSQL/14/setup_070_coreinfo.sql
new file mode 100644 (file)
index 0000000..652ec69
--- /dev/null
@@ -0,0 +1,4 @@
+CREATE TABLE coreinfo (
+       key TEXT NOT NULL PRIMARY KEY,
+       value TEXT
+)