Revision a454ccd7
Von Jan Büren vor etwa 1 Jahr hinzugefügt
| SL/DB/File.pm | ||
|---|---|---|
|
},
|
||
|
);
|
||
|
|
||
|
__PACKAGE__->meta->add_relationship(
|
||
|
file_version => {
|
||
|
type => 'one to many',
|
||
|
class => 'SL::DB::FileVersion',
|
||
|
column_map => { id => 'file_id' },
|
||
|
},
|
||
|
);
|
||
|
|
||
|
|
||
|
__PACKAGE__->meta->initialize;
|
||
|
|
||
|
|
||
Auch abrufbar als: Unified diff
Neue Datenbank-Tabelle file_versions