|  | @@ -79,6 +79,7 @@ public class TenantLineHandlerImpl implements TenantLineHandler {
 | 
	
		
			
				|  |  |                  || (tableName.startsWith ( "work_" ))
 | 
	
		
			
				|  |  |                  || (tableName.startsWith ( "zs_reimbursement_" ))
 | 
	
		
			
				|  |  |                  || (tableName.startsWith ( "human_" ))
 | 
	
		
			
				|  |  | +                || (tableName.startsWith ( "ccpm_" ))
 | 
	
		
			
				|  |  |                  || (tableName.startsWith ( "program_" ))) {
 | 
	
		
			
				|  |  |              return true;
 | 
	
		
			
				|  |  |          }
 |