Revision 4bcf8804
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/PeriodicInvoice.pm | ||
---|---|---|
25 | 25 |
class => 'SL::DB::Invoice', |
26 | 26 |
key_columns => { ar_id => 'id' }, |
27 | 27 |
}, |
28 |
|
|
29 |
config => { |
|
30 |
class => 'SL::DB::PeriodicInvoicesConfig', |
|
31 |
key_columns => { config_id => 'id' }, |
|
32 |
}, |
|
28 | 33 |
); |
29 | 34 |
|
30 | 35 |
# __PACKAGE__->meta->initialize; |
Auch abrufbar als: Unified diff
MetaSetup: Folgerun um die Foreign Keys umzudrehen