aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Update/_1208.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-04-29 17:50:35 -0700
committerzotlabs <mike@macgirvin.com>2018-04-29 17:50:35 -0700
commitaa15867c9538e416aaa46de0fef8f2a92b69bf05 (patch)
treeaea406b940f1c7e8b6d3fbab337d0860170f153c /Zotlabs/Update/_1208.php
parent8c7bf6d2f362ef705ef04a06542f8c23bee81d89 (diff)
downloadvolse-hubzilla-aa15867c9538e416aaa46de0fef8f2a92b69bf05.tar.gz
volse-hubzilla-aa15867c9538e416aaa46de0fef8f2a92b69bf05.tar.bz2
volse-hubzilla-aa15867c9538e416aaa46de0fef8f2a92b69bf05.zip
Update issues on postgres
Diffstat (limited to 'Zotlabs/Update/_1208.php')
-rw-r--r--Zotlabs/Update/_1208.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Update/_1208.php b/Zotlabs/Update/_1208.php
index 4cbcf4322..840252694 100644
--- a/Zotlabs/Update/_1208.php
+++ b/Zotlabs/Update/_1208.php
@@ -8,7 +8,7 @@ class _1208 {
if(ACTIVE_DBTYPE == DBTYPE_POSTGRES) {
$r1 = q("ALTER TABLE poll ADD poll_author text NOT NULL");
- $r2 = q("create index \"poll_author_idx\" on poll \"poll_author\"");
+ $r2 = q("create index \"poll_author_idx\" on poll (\"poll_author\") ");
$r = ($r1 && $r2);
}