Revision 42428c08
Von Tamino Steinert vor 5 Monaten hinzugefügt
| SL/DB/PartsPriceHistory.pm | ||
|---|---|---|
|
use SL::DB::MetaSetup::PartsPriceHistory;
|
||
|
use SL::DB::Manager::PartsPriceHistory;
|
||
|
|
||
|
__PACKAGE__->meta->add_relationships(
|
||
|
part_label_prints => {
|
||
|
type => 'many to one',
|
||
|
class => 'SL::DB::PartLabelPrint',
|
||
|
column_map => { id => 'price_history_id' },
|
||
|
},
|
||
|
);
|
||
|
|
||
|
__PACKAGE__->meta->initialize;
|
||
|
|
||
|
1;
|
||
Auch abrufbar als: Unified diff
PartLabelPrint: sql-Skript und DB-Objekte