From c16adf0a896e6105623adc9b688ffb9fd4f860da Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Fri, 29 Apr 2016 22:28:02 -0500 Subject: [PATCH] Issue 155: Fix 33GitCache Migration --- indefero/src/IDF/Migrations/33GitCache.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();