]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/ProjectPhase.pm
Standardstundensatz in Tabelle defaults speichern, nicht in Konfigurationsdatei
[mfinanz.git] / SL / DB / MetaSetup / ProjectPhase.pm
index c39fcea3b1912ab45e16f7ccf7014369176ab8c0..7039a9cc18b9334172c81aabe5c53dc224412c5f 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;
 ;