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