aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_postgres.sql
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-01 20:40:33 +0100
committerMario Vavti <mario@mariovavti.com>2016-03-01 20:40:33 +0100
commit7808689198601780041e022bf0698e559869f305 (patch)
treedf88d237e515a6e8332aaeace6d97349dc731d4f /install/schema_postgres.sql
parent966d1586c084a1c03c0c22c45efa26c1e7704d5b (diff)
parentedffd9f183770c69270f54a70241d8becf399ee5 (diff)
downloadvolse-hubzilla-7808689198601780041e022bf0698e559869f305.tar.gz
volse-hubzilla-7808689198601780041e022bf0698e559869f305.tar.bz2
volse-hubzilla-7808689198601780041e022bf0698e559869f305.zip
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'install/schema_postgres.sql')
-rw-r--r--install/schema_postgres.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/schema_postgres.sql b/install/schema_postgres.sql
index 0ff78e873..a7cd5875c 100644
--- a/install/schema_postgres.sql
+++ b/install/schema_postgres.sql
@@ -560,7 +560,7 @@ CREATE TABLE "iconfig" (
"k" text NOT NULL DEFAULT '',
"v" text NOT NULL DEFAULT '',
"sharing" int NOT NULL DEFAULT '0',
- PRIMARY_KEY("id")
+ PRIMARY KEY("id")
);
create index "iconfig_iid" on iconfig ("iid");
create index "iconfig_cat" on iconfig ("cat");