This commit is contained in:
friendica
2013-01-16 02:01:23 -08:00
parent a9f4a47a35
commit f1afe68052
3 changed files with 37 additions and 6 deletions

View File

@@ -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;