Added the git cache in the installation.
This commit is contained in:
		@@ -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',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user