Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2e2ad8bf

Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt

  • ID 2e2ad8bfd47e89507b27933645feab471e2a1f0e
  • Vorgänger 129dcc98
  • Nachfolger 3eab069a

Wiedervorlagen: Rose-Beziehung zu Tabelle mit Abschluss-Infos (done)

Unterschiede anzeigen:

SL/DB/FollowUp.pm
type => 'many to many',
map_class => 'SL::DB::FollowUpCreatedForEmployee',
},
done => {
type => 'one to one',
class => 'SL::DB::FollowUpDone',
column_map => { id => 'follow_up_id' },
},
);
__PACKAGE__->meta->initialize;

Auch abrufbar als: Unified diff