issue #550
This commit is contained in:
parent
47bfb681c0
commit
5ea46444e9
@ -2447,7 +2447,7 @@ function update_r1182() {
|
|||||||
|
|
||||||
|
|
||||||
function update_r1183() {
|
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)");
|
$r2 = q("create index priority_idx on hook (priority)");
|
||||||
|
|
||||||
if($r1 && $r2)
|
if($r1 && $r2)
|
||||||
|
Reference in New Issue
Block a user