X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FPostgreSQL%2F16%2Fsetup_070_coreinfo.sql;fp=src%2Fcore%2FSQL%2FPostgreSQL%2F16%2Fsetup_070_coreinfo.sql;h=652ec6969df9363da01790fe19d3a5878e8fff52;hp=0000000000000000000000000000000000000000;hb=9ce9e3fe0329a6736383a7a3a5bc1618f80885ca;hpb=e4972a0ebce0d555d752ab2f34ffd6a6dcdef1dd diff --git a/src/core/SQL/PostgreSQL/16/setup_070_coreinfo.sql b/src/core/SQL/PostgreSQL/16/setup_070_coreinfo.sql new file mode 100644 index 00000000..652ec696 --- /dev/null +++ b/src/core/SQL/PostgreSQL/16/setup_070_coreinfo.sql @@ -0,0 +1,4 @@ +CREATE TABLE coreinfo ( + key TEXT NOT NULL PRIMARY KEY, + value TEXT +)