Revision 3bc9f2e2
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/CsvImportReportStatus.pm | ||
---|---|---|
18 | 18 |
], |
19 | 19 |
|
20 | 20 |
primary_key_columns => [ 'id' ], |
21 |
|
|
22 |
foreign_keys => [ |
|
23 |
csv_import_report => { |
|
24 |
class => 'SL::DB::CsvImportReport', |
|
25 |
key_columns => { csv_import_report_id => 'id' }, |
|
26 |
}, |
|
27 |
], |
|
21 | 28 |
); |
22 | 29 |
|
23 | 30 |
1; |
Auch abrufbar als: Unified diff
MetaSetup update für scv_import_report_status aus csv_import_report_cache.sql