diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-30 09:08:09 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-30 09:08:09 +0200 |
commit | 0fa638399f310ae2e672e4c040692b2b207431b6 (patch) | |
tree | 898e014a2c2334b5dedecccb9e97c7db404a8ee6 /Zotlabs/Update/_1211.php | |
parent | 873670594bdc0d5f5b5f0f14000a9afc3552270a (diff) | |
parent | e841e482589cfc8f9734e313350b6e2b78ea6940 (diff) | |
download | volse-hubzilla-0fa638399f310ae2e672e4c040692b2b207431b6.tar.gz volse-hubzilla-0fa638399f310ae2e672e4c040692b2b207431b6.tar.bz2 volse-hubzilla-0fa638399f310ae2e672e4c040692b2b207431b6.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Update/_1211.php')
-rw-r--r-- | Zotlabs/Update/_1211.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Update/_1211.php b/Zotlabs/Update/_1211.php index 739a5670d..7068ecbd3 100644 --- a/Zotlabs/Update/_1211.php +++ b/Zotlabs/Update/_1211.php @@ -8,7 +8,7 @@ class _1211 { if(ACTIVE_DBTYPE == DBTYPE_POSTGRES) { $r1 = q("ALTER TABLE channel ADD channel_active timestamp NOT NULL DEFAULT '0001-01-01 00:00:00' "); - $r2 = q("create index \"channel_active\" on channel_active \"channel_active\""); + $r2 = q("create index \"channel_active\" on channel_active (\"channel_active\")"); $r = ($r1 && $r2); } |