MetaSetup-Update durch Rose-Script mit --all
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 3 Jul 2013 11:12:46 +0000 (13:12 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 1 Apr 2014 11:03:24 +0000 (13:03 +0200)
SL/DB/MetaSetup/ProjectPhase.pm
SL/DB/MetaSetup/ProjectPhaseParticipant.pm

index c39fcea..7039a9c 100644 (file)
@@ -32,13 +32,5 @@ __PACKAGE__->meta->foreign_keys(
   },
 );
 
-__PACKAGE__->meta->relationships(
-  project_phase_participants => {
-    class      => 'SL::DB::ProjectPhaseParticipant',
-    column_map => { id => 'project_phase_id' },
-    type       => 'one to many',
-  },
-);
-
 1;
 ;
index 169181f..6e9ca6b 100644 (file)
@@ -27,6 +27,11 @@ __PACKAGE__->meta->foreign_keys(
     key_columns => { employee_id => 'id' },
   },
 
+  project_phase => {
+    class       => 'SL::DB::ProjectPhase',
+    key_columns => { project_phase_id => 'id' },
+  },
+
   project_role => {
     class       => 'SL::DB::ProjectRole',
     key_columns => { project_role_id => 'id' },