From 5ea46444e95dc332bf2a7510b5e36f639b65e712 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 16 Oct 2016 00:29:51 -0700 Subject: issue #550 --- 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 20713be0e..00973a53f 100644 --- a/install/update.php +++ b/install/update.php @@ -2447,7 +2447,7 @@ function update_r1182() { function update_r1183() { - $r1 = q("alter table hook CHANGE priority priority smallint NOT NULL DEFAULT '0' "); + $r1 = q("alter table hook ALTER priority priority smallint NOT NULL DEFAULT '0' "); $r2 = q("create index priority_idx on hook (priority)"); if($r1 && $r2) -- cgit v1.2.3