Rename the migration script

feature.download-md5
William MARTIN 2011-06-10 09:25:17 +02:00
parent 06c57f7da6
commit d7857c5126
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
* Add the md5 column for the download model. * Add the md5 column for the download model.
*/ */
function IDF_Migrations_17DownloadMD5_up($params=null) function IDF_Migrations_18DownloadMD5_up($params=null)
{ {
// Add the row // Add the row
$table = Pluf::factory('IDF_Upload')->getSqlTable(); $table = Pluf::factory('IDF_Upload')->getSqlTable();
@ -47,7 +47,7 @@ function IDF_Migrations_17DownloadMD5_up($params=null)
} }
} }
function IDF_Migrations_17DownloadMD5_down($params=null) function IDF_Migrations_18DownloadMD5_down($params=null)
{ {
// Remove the row // Remove the row
$table = Pluf::factory('IDF_Upload')->getSqlTable(); $table = Pluf::factory('IDF_Upload')->getSqlTable();