Revision 7ade1b95
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/DB/Part.pm | ||
---|---|---|
31 | 31 |
class => 'SL::DB::PriceFactor', |
32 | 32 |
column_map => { price_factor_id => 'id' }, |
33 | 33 |
}, |
34 |
prices => { |
|
35 |
type => 'one to many', |
|
36 |
class => 'SL::DB::Price', |
|
37 |
column_map => { id => 'parts_id' }, |
|
38 |
}, |
|
34 | 39 |
); |
35 | 40 |
|
36 | 41 |
__PACKAGE__->meta->initialize; |
Auch abrufbar als: Unified diff
Model SL::DB::Prices in SL::DB::Price umbenannt
Conflicts: