fix migration number after merging in the changes to the develop branch
This commit is contained in:
parent
c0035061b0
commit
cf1a7e8852
@ -25,7 +25,7 @@
|
|||||||
* Add the private column for the project.
|
* Add the private column for the project.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function IDF_Migrations_25IssueDueDate_up($params=null)
|
function IDF_Migrations_26IssueDueDate_up($params=null)
|
||||||
{
|
{
|
||||||
$table = Pluf::factory('IDF_Issue')->getSqlTable();
|
$table = Pluf::factory('IDF_Issue')->getSqlTable();
|
||||||
$sql = array();
|
$sql = array();
|
||||||
@ -39,7 +39,7 @@ function IDF_Migrations_25IssueDueDate_up($params=null)
|
|||||||
$db->execute($sql[$engine]);
|
$db->execute($sql[$engine]);
|
||||||
}
|
}
|
||||||
|
|
||||||
function IDF_Migrations_25IssueDueDate_down($params=null)
|
function IDF_Migrations_26IssueDueDate_down($params=null)
|
||||||
{
|
{
|
||||||
$table = Pluf::factory('IDF_Issue')->getSqlTable();
|
$table = Pluf::factory('IDF_Issue')->getSqlTable();
|
||||||
$sql = array();
|
$sql = array();
|
Loading…
Reference in New Issue
Block a user