diff --git a/indefero/src/IDF/Migrations/33GitCache.php b/indefero/src/IDF/Migrations/33GitCache.php index e04eda7..97fcc5a 100644 --- a/indefero/src/IDF/Migrations/33GitCache.php +++ b/indefero/src/IDF/Migrations/33GitCache.php @@ -1,6 +1,6 @@ getSqlTable(); @@ -14,7 +14,7 @@ function IDF_Migrations_32ExternalFile_up() $db->execute($sql[$engine]); } -function IDF_Migrations_32ExternalFile_down() +function IDF_Migrations_33GitCache_down() { $table = Pluf::factory('IDF_Scm_Cache_Git')->getSqlTable();