import events (not just event posts) from zot

This commit is contained in:
friendica
2013-01-16 00:59:43 -08:00
parent ddd8a0e062
commit a9f4a47a35
5 changed files with 37 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<?php
define( 'UPDATE_VERSION' , 1019 );
define( 'UPDATE_VERSION' , 1020 );
/**
*
@@ -279,3 +279,9 @@ ADD INDEX ( `event_hash` )");
}
function update_r1019() {
$r = q"ALTER TABLE `event` DROP `message_id` ");
if($r)
return UPDATE_SUCCESS;
return UPDATE_FAILED;
}