X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FAllCoreTables.data.php;h=e42e08bf4eb9acc892c852ca700be1d69eae6ccc;hb=1c46a84c89447841b61043486877a8013ea8ebf7;hp=730aadb7b03f510770cab326808b27b40579fd9e;hpb=daa46b94db74b842b7d7c6be293401672b637e7f;p=civicrm-core.git diff --git a/CRM/Core/DAO/AllCoreTables.data.php b/CRM/Core/DAO/AllCoreTables.data.php index 730aadb7b0..e42e08bf4e 100644 --- a/CRM/Core/DAO/AllCoreTables.data.php +++ b/CRM/Core/DAO/AllCoreTables.data.php @@ -12,11 +12,6 @@ return [ 'class' => 'CRM_Core_DAO_Extension', 'table' => 'civicrm_extension', ], - 'CRM_Core_DAO_File' => [ - 'name' => 'File', - 'class' => 'CRM_Core_DAO_File', - 'table' => 'civicrm_file', - ], 'CRM_Core_DAO_LocationType' => [ 'name' => 'LocationType', 'class' => 'CRM_Core_DAO_LocationType', @@ -127,9 +122,9 @@ return [ 'class' => 'CRM_Batch_DAO_EntityBatch', 'table' => 'civicrm_entity_batch', ], - 'CRM_Mailing_DAO_Component' => [ - 'name' => 'Component', - 'class' => 'CRM_Mailing_DAO_Component', + 'CRM_Mailing_DAO_MailingComponent' => [ + 'name' => 'MailingComponent', + 'class' => 'CRM_Mailing_DAO_MailingComponent', 'table' => 'civicrm_mailing_component', ], 'CRM_Mailing_DAO_MailingAB' => [ @@ -292,10 +287,10 @@ return [ 'class' => 'CRM_Core_DAO_Email', 'table' => 'civicrm_email', ], - 'CRM_Core_DAO_EntityFile' => [ - 'name' => 'EntityFile', - 'class' => 'CRM_Core_DAO_EntityFile', - 'table' => 'civicrm_entity_file', + 'CRM_Core_DAO_File' => [ + 'name' => 'File', + 'class' => 'CRM_Core_DAO_File', + 'table' => 'civicrm_file', ], 'CRM_Core_DAO_IM' => [ 'name' => 'IM', @@ -532,6 +527,11 @@ return [ 'class' => 'CRM_Core_DAO_Discount', 'table' => 'civicrm_discount', ], + 'CRM_Core_DAO_EntityFile' => [ + 'name' => 'EntityFile', + 'class' => 'CRM_Core_DAO_EntityFile', + 'table' => 'civicrm_entity_file', + ], 'CRM_Core_DAO_EntityTag' => [ 'name' => 'EntityTag', 'class' => 'CRM_Core_DAO_EntityTag',