iconfig - add sharing variable
This commit is contained in:
@@ -544,11 +544,13 @@ CREATE TABLE "iconfig" (
|
||||
"cat" text NOT NULL DEFAULT '',
|
||||
"k" text NOT NULL DEFAULT '',
|
||||
"v" text NOT NULL DEFAULT '',
|
||||
"sharing" int NOT NULL DEFAULT '0',
|
||||
PRIMARY_KEY("id")
|
||||
);
|
||||
create index "iconfig_iid" on iconfig ("iid");
|
||||
create index "iconfig_cat" on iconfig ("cat");
|
||||
create index "iconfig_k" on iconfig ("k");
|
||||
create index "iconfig_sharing" on iconfig ("sharing");
|
||||
CREATE TABLE "issue" (
|
||||
"issue_id" serial NOT NULL,
|
||||
"issue_created" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00',
|
||||
|
Reference in New Issue
Block a user