aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_postgres.sql
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-03-01 15:01:48 -0800
committerredmatrix <git@macgirvin.com>2016-03-01 15:01:48 -0800
commita0baa480e3968306c8ebc297a60f84b4d2ccf8c9 (patch)
treeca44fa4c8dcedfe599bbd50566241fbb1753faad /install/schema_postgres.sql
parent765dd5569b9ce2f18ac9974123d96452d0d19926 (diff)
parent8b61e546fe488516fa3c5f37df80a68e346b84a9 (diff)
downloadvolse-hubzilla-a0baa480e3968306c8ebc297a60f84b4d2ccf8c9.tar.gz
volse-hubzilla-a0baa480e3968306c8ebc297a60f84b4d2ccf8c9.tar.bz2
volse-hubzilla-a0baa480e3968306c8ebc297a60f84b4d2ccf8c9.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
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");