Revision 3250f2ee
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/DB/MetaSetup/RequirementSpecDependency.pm | ||
---|---|---|
15 | 15 |
], |
16 | 16 |
|
17 | 17 |
primary_key_columns => [ 'depending_item_id', 'depended_item_id' ], |
18 |
|
|
19 |
foreign_keys => [ |
|
20 |
depended_item => { |
|
21 |
class => 'SL::DB::RequirementSpecItem', |
|
22 |
key_columns => { depended_item_id => 'id' }, |
|
23 |
}, |
|
24 |
|
|
25 |
depending_item => { |
|
26 |
class => 'SL::DB::RequirementSpecItem', |
|
27 |
key_columns => { depending_item_id => 'id' }, |
|
28 |
}, |
|
29 |
], |
|
18 | 30 |
); |
19 | 31 |
|
20 | 32 |
1; |
Auch abrufbar als: Unified diff
Update Pflichtenheftmodels auf DB-Struktur