Indefero

Indefero Commit Details


Date:2011-05-31 07:01:39 (13 years 6 months ago)
Author:William MARTIN
Branch:develop, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.2, release-1.3
Commit:4d5418a60177e19d030f1920d182b8a8ce62f07f
Parents: 95cc7f627ffb6322a6d3592f1c57cf3815f0dd3a
Message:Fix migration methods name

Changes:

File differences

src/IDF/Migrations/17DownloadMD5.php
2525
2626
2727
28
28
2929
3030
3131
......
3939
4040
4141
42
42
4343
4444
4545
* 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();
$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();

Archive Download the corresponding diff file

Page rendered in 0.08111s using 13 queries.