Revision 4bcf8804
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/DeliveryOrderItem.pm | ||
---|---|---|
44 | 44 |
key_columns => { delivery_order_id => 'id' }, |
45 | 45 |
}, |
46 | 46 |
|
47 |
parts => {
|
|
47 |
part => { |
|
48 | 48 |
class => 'SL::DB::Part', |
49 | 49 |
key_columns => { parts_id => 'id' }, |
50 | 50 |
}, |
51 | 51 |
|
52 |
price_factor_obj => { |
|
53 |
class => 'SL::DB::PriceFactor', |
|
54 |
key_columns => { price_factor_id => 'id' }, |
|
55 |
}, |
|
56 |
|
|
57 |
pricegroup => { |
|
58 |
class => 'SL::DB::Pricegroup', |
|
59 |
key_columns => { pricegroup_id => 'id' }, |
|
60 |
}, |
|
61 |
|
|
52 | 62 |
project => { |
53 | 63 |
class => 'SL::DB::Project', |
54 | 64 |
key_columns => { project_id => 'id' }, |
Auch abrufbar als: Unified diff
MetaSetup: Folgerun um die Foreign Keys umzudrehen