typo
This commit is contained in:
@@ -280,7 +280,7 @@ ADD INDEX ( `event_hash` )");
|
||||
|
||||
|
||||
function update_r1019() {
|
||||
$r = q"ALTER TABLE `event` DROP `message_id` ");
|
||||
$r = q("ALTER TABLE `event` DROP `message_id` ");
|
||||
if($r)
|
||||
return UPDATE_SUCCESS;
|
||||
return UPDATE_FAILED;
|
||||
|
Reference in New Issue
Block a user