Issue 155: Fix 33GitCache Migration
This commit is contained in:
parent
fb4d886c18
commit
c16adf0a89
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
function IDF_Migrations_32ExternalFile_up()
|
function IDF_Migrations_33GitCache_up()
|
||||||
{
|
{
|
||||||
$table = Pluf::factory('IDF_Scm_Cache_Git')->getSqlTable();
|
$table = Pluf::factory('IDF_Scm_Cache_Git')->getSqlTable();
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ function IDF_Migrations_32ExternalFile_up()
|
|||||||
$db->execute($sql[$engine]);
|
$db->execute($sql[$engine]);
|
||||||
}
|
}
|
||||||
|
|
||||||
function IDF_Migrations_32ExternalFile_down()
|
function IDF_Migrations_33GitCache_down()
|
||||||
{
|
{
|
||||||
$table = Pluf::factory('IDF_Scm_Cache_Git')->getSqlTable();
|
$table = Pluf::factory('IDF_Scm_Cache_Git')->getSqlTable();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user