fix typo in postgres schema

This commit is contained in:
Peter Hormanns 2016-03-01 17:54:52 +01:00
parent 4df78b06cf
commit 7edc505c2f

View File

@ -560,7 +560,7 @@ CREATE TABLE "iconfig" (
"k" text NOT NULL DEFAULT '', "k" text NOT NULL DEFAULT '',
"v" text NOT NULL DEFAULT '', "v" text NOT NULL DEFAULT '',
"sharing" int NOT NULL DEFAULT '0', "sharing" int NOT NULL DEFAULT '0',
PRIMARY_KEY("id") PRIMARY KEY("id")
); );
create index "iconfig_iid" on iconfig ("iid"); create index "iconfig_iid" on iconfig ("iid");
create index "iconfig_cat" on iconfig ("cat"); create index "iconfig_cat" on iconfig ("cat");