Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 300dc618

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID 300dc61894ebcb800a69eae3e81195d3c337747d
  • Vorgänger 2f394f05
  • Nachfolger 064d15bb

MetaSetup-Update durch Rose-Script mit --all

Unterschiede anzeigen:

SL/DB/MetaSetup/ProjectPhase.pm
32 32
  },
33 33
);
34 34

  
35
__PACKAGE__->meta->relationships(
36
  project_phase_participants => {
37
    class      => 'SL::DB::ProjectPhaseParticipant',
38
    column_map => { id => 'project_phase_id' },
39
    type       => 'one to many',
40
  },
41
);
42

  
43 35
1;
44 36
;
SL/DB/MetaSetup/ProjectPhaseParticipant.pm
27 27
    key_columns => { employee_id => 'id' },
28 28
  },
29 29

  
30
  project_phase => {
31
    class       => 'SL::DB::ProjectPhase',
32
    key_columns => { project_phase_id => 'id' },
33
  },
34

  
30 35
  project_role => {
31 36
    class       => 'SL::DB::ProjectRole',
32 37
    key_columns => { project_role_id => 'id' },

Auch abrufbar als: Unified diff