From e31451000551c879bda7be8a5fbfe4b6457aa918 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 12 Oct 2016 20:41:59 -0700 Subject: minor --- install/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install/update.php b/install/update.php index 07a94b161..20713be0e 100644 --- a/install/update.php +++ b/install/update.php @@ -2448,7 +2448,7 @@ function update_r1182() { function update_r1183() { $r1 = q("alter table hook CHANGE priority priority smallint NOT NULL DEFAULT '0' "); - $r2 = q("create index priority on hook (priority)"); + $r2 = q("create index priority_idx on hook (priority)"); if($r1 && $r2) return UPDATE_SUCCESS; -- cgit v1.2.3