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',