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