Added xml file for schema

This commit is contained in:
civiwaresolution
2019-09-19 22:54:14 +01:00
committed by Pradeep Nayak
parent 5596e9b90b
commit ae5edc1f48
6 changed files with 266 additions and 91 deletions

View File

@ -133,11 +133,6 @@ function relateentities_civicrm_alterSettingsFolders(&$metaDataFolders = NULL) {
*/
function relateentities_civicrm_entityTypes(&$entityTypes) {
_relateentities_civix_civicrm_entityTypes($entityTypes);
$entityTypes[] = [
'name' => 'RelateEntities',
'class' => 'CRM_RelateEntities_DAO_RelateEntities',
'table' => 'civicrm_relate_entities',
];
}
/**