Revision 42428c08
Von Tamino Steinert vor 8 Tagen hinzugefügt
SL/DB/PartsPriceHistory.pm | ||
---|---|---|
5 | 5 |
use SL::DB::MetaSetup::PartsPriceHistory; |
6 | 6 |
use SL::DB::Manager::PartsPriceHistory; |
7 | 7 |
|
8 |
__PACKAGE__->meta->add_relationships( |
|
9 |
part_label_prints => { |
|
10 |
type => 'many to one', |
|
11 |
class => 'SL::DB::PartLabelPrint', |
|
12 |
column_map => { id => 'price_history_id' }, |
|
13 |
}, |
|
14 |
); |
|
15 |
|
|
8 | 16 |
__PACKAGE__->meta->initialize; |
9 | 17 |
|
10 | 18 |
1; |
Auch abrufbar als: Unified diff
PartLabelPrint: sql-Skript und DB-Objekte