X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2FSQL%2FSQLite%2Fsetup_160_corestate.sql;fp=src%2Fcore%2FSQL%2FSQLite%2Fsetup_160_corestate.sql;h=a26d85244ce95573547fc2304791f9944e30b2e6;hb=436cb365db846985ef5ce508cb5bf925cd903480;hp=0000000000000000000000000000000000000000;hpb=b9169a652a6854b3fa85aee8f833cb9e18a8d510;p=quassel.git diff --git a/src/core/SQL/SQLite/setup_160_corestate.sql b/src/core/SQL/SQLite/setup_160_corestate.sql new file mode 100644 index 00000000..a26d8524 --- /dev/null +++ b/src/core/SQL/SQLite/setup_160_corestate.sql @@ -0,0 +1,5 @@ +CREATE TABLE core_state ( + key TEXT NOT NULL, + value bytea, + PRIMARY KEY (key) +)