aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-03-02 06:22:46 +1100
committerredmatrix <git@macgirvin.com>2016-03-02 06:22:46 +1100
commitedffd9f183770c69270f54a70241d8becf399ee5 (patch)
tree1cea5dbe2e086ca36000c9f1ae8ffab42b6c16ac
parent4df78b06cf1db2760afe10d5b905858df513d9b4 (diff)
parent7edc505c2f261924a72055dc66561764b5863324 (diff)
downloadvolse-hubzilla-edffd9f183770c69270f54a70241d8becf399ee5.tar.gz
volse-hubzilla-edffd9f183770c69270f54a70241d8becf399ee5.tar.bz2
volse-hubzilla-edffd9f183770c69270f54a70241d8becf399ee5.zip
Merge pull request #304 from phormanns/master
fix typo in postgres schema
-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");