MetaSetup update für scv_import_report_status aus csv_import_report_cache.sql
[kivitendo-erp.git] / SL / DB / MetaSetup / CsvImportReportStatus.pm
index ef9d303..580b638 100644 (file)
@@ -18,6 +18,13 @@ __PACKAGE__->meta->setup(
   ],
 
   primary_key_columns => [ 'id' ],
+
+  foreign_keys => [
+    csv_import_report => {
+      class       => 'SL::DB::CsvImportReport',
+      key_columns => { csv_import_report_id => 'id' },
+    },
+  ],
 );
 
 1;