aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Update/_1209.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Update/_1209.php')
-rw-r--r--Zotlabs/Update/_1209.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Update/_1209.php b/Zotlabs/Update/_1209.php
index 5ec449395..dc95c3166 100644
--- a/Zotlabs/Update/_1209.php
+++ b/Zotlabs/Update/_1209.php
@@ -8,7 +8,7 @@ class _1209 {
if(ACTIVE_DBTYPE == DBTYPE_POSTGRES) {
$r1 = q("ALTER TABLE poll_elm ADD pelm_order numeric(6) NOT NULL DEFAULT '0' ");
- $r2 = q("create index \"pelm_order_idx\" on poll_elm \"pelm_order\"");
+ $r2 = q("create index \"pelm_order_idx\" on poll_elm (\"pelm_order\")");
$r = ($r1 && $r2);
}