X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FPostgreSQL%2F14%2Fsetup_070_coreinfo.sql;fp=src%2Fcore%2FSQL%2FPostgreSQL%2F14%2Fsetup_070_coreinfo.sql;h=652ec6969df9363da01790fe19d3a5878e8fff52;hp=0000000000000000000000000000000000000000;hb=029c6d402af7b00b320dd5ce48f230783a88957a;hpb=7082ea3159aaaea098b34c204d5123a3dca3753a 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 index 00000000..652ec696 --- /dev/null +++ b/src/core/SQL/PostgreSQL/14/setup_070_coreinfo.sql @@ -0,0 +1,4 @@ +CREATE TABLE coreinfo ( + key TEXT NOT NULL PRIMARY KEY, + value TEXT +)