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