From 7d84da4d7cee5d3e59b543a2eb0c908db1900015 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Wed, 27 May 2009 17:59:50 +0200 Subject: [PATCH] Added the git cache in the installation. --- src/IDF/Migrations/Install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/IDF/Migrations/Install.php b/src/IDF/Migrations/Install.php index 6f2cb75..feb4e0b 100644 --- a/src/IDF/Migrations/Install.php +++ b/src/IDF/Migrations/Install.php @@ -46,6 +46,7 @@ function IDF_Migrations_Install_setup($params=null) 'IDF_Review_Patch', 'IDF_Review_FileComment', 'IDF_Key', + 'IDF_Scm_Cache_Git', ); $db = Pluf::db(); $schema = new Pluf_DB_Schema($db); @@ -83,6 +84,7 @@ function IDF_Migrations_Install_teardown($params=null) $perm = Pluf_Permission::getFromString('IDF.project-authorized-user'); if ($perm) $perm->delete(); $models = array( + 'IDF_Scm_Cache_Git', 'IDF_Key', 'IDF_Review_FileComment', 'IDF_Review_Patch',