Fix migration methods name
This commit is contained in:
parent
95cc7f627f
commit
4d5418a601
@ -25,7 +25,7 @@
|
||||
* Add the md5 column for the download model.
|
||||
*/
|
||||
|
||||
function IDF_Migrations_12DownloadMD5_up($params=null)
|
||||
function IDF_Migrations_17DownloadMD5_up($params=null)
|
||||
{
|
||||
$table = Pluf::factory('IDF_Upload')->getSqlTable();
|
||||
$sql = array();
|
||||
@ -39,7 +39,7 @@ function IDF_Migrations_12DownloadMD5_up($params=null)
|
||||
$db->execute($sql[$engine]);
|
||||
}
|
||||
|
||||
function IDF_Migrations_12DownloadDesc_down($params=null)
|
||||
function IDF_Migrations_17DownloadMD5_down($params=null)
|
||||
{
|
||||
$table = Pluf::factory('IDF_Upload')->getSqlTable();
|
||||
$sql = array();
|
||||
|
Loading…
Reference in New Issue
Block a user