aboutsummaryrefslogtreecommitdiffstats
path: root/install/update.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-10-16 00:29:51 -0700
committerzotlabs <mike@macgirvin.com>2016-10-16 00:29:51 -0700
commit5ea46444e95dc332bf2a7510b5e36f639b65e712 (patch)
tree11aeef6d745156315abcbed59d67c030edf4f1a4 /install/update.php
parent47bfb681c0595d80e01729e477ed153d5e77337a (diff)
downloadvolse-hubzilla-5ea46444e95dc332bf2a7510b5e36f639b65e712.tar.gz
volse-hubzilla-5ea46444e95dc332bf2a7510b5e36f639b65e712.tar.bz2
volse-hubzilla-5ea46444e95dc332bf2a7510b5e36f639b65e712.zip
issue #550
Diffstat (limited to 'install/update.php')
-rw-r--r--install/update.php2
1 files changed, 1 insertions, 1 deletions
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)