dev/core#1307 Add civicrm_import_job table
[civicrm-core.git] / CRM / Core / DAO / AllCoreTables.data.php
index 5dd43a0831eb2637232db96998286477b30a97ab..872b1cddea28b99fa97c42fec3f159951548ff81 100644 (file)
@@ -367,6 +367,11 @@ return [
     'class' => 'CRM_Core_DAO_UFMatch',
     'table' => 'civicrm_uf_match',
   ],
+  'CRM_Core_DAO_UserJob' => [
+    'name' => 'UserJob',
+    'class' => 'CRM_Core_DAO_UserJob',
+    'table' => 'civicrm_user_job',
+  ],
   'CRM_Core_DAO_Timezone' => [
     'name' => 'Timezone',
     'class' => 'CRM_Core_DAO_Timezone',