Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c0cd58d9

Von Thomas Heck vor mehr als 11 Jahren hinzugefügt

  • ID c0cd58d9f9a8451cbb9af87d617056aeb9166bd3
  • Vorgänger 84530888
  • Nachfolger 30723c32

Relation von FollowUp auf FollowUpLink

Unterschiede anzeigen:

SL/DB/FollowUp.pm
use SL::DB::MetaSetup::FollowUp;
__PACKAGE__->meta->add_relationships(
follow_up_link => {
type => 'one to one',
class => 'SL::DB::FollowUpLink',
column_map => { id => 'follow_up_id' },
},
);
__PACKAGE__->meta->initialize;
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.

Auch abrufbar als: Unified diff