Revision 4bcf8804
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/GLTransaction.pm | ||
---|---|---|
43 | 43 |
}, |
44 | 44 |
); |
45 | 45 |
|
46 |
__PACKAGE__->meta->relationships( |
|
47 |
gl => { |
|
48 |
class => 'SL::DB::GLTransaction', |
|
49 |
column_map => { id => 'storno_id' }, |
|
50 |
type => 'one to many', |
|
51 |
}, |
|
52 |
); |
|
53 |
|
|
54 | 46 |
# __PACKAGE__->meta->initialize; |
55 | 47 |
|
56 | 48 |
1; |
Auch abrufbar als: Unified diff
MetaSetup: Folgerun um die Foreign Keys umzudrehen