Revision dd6282f6
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/DB/Assembly.pm | ||
---|---|---|
9 | 9 |
|
10 | 10 |
__PACKAGE__->meta->add_relationships( |
11 | 11 |
part => { |
12 |
type => 'one to one',
|
|
12 |
type => 'many to one',
|
|
13 | 13 |
class => 'SL::DB::Part', |
14 | 14 |
column_map => { parts_id => 'id' }, |
15 | 15 |
}, |
Auch abrufbar als: Unified diff
Rose-Beziehungstypen gefixt
Behebt #2139.