X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1561b7f3d98390ba97bd5a81945f16e82d96915b..064d15bb6c59188be545d75e895689cdfea04ad6:/SL/DB/MetaSetup/ProjectPhase.pm?ds=inline diff --git a/SL/DB/MetaSetup/ProjectPhase.pm b/SL/DB/MetaSetup/ProjectPhase.pm index c39fcea3b..7039a9cc1 100644 --- a/SL/DB/MetaSetup/ProjectPhase.pm +++ b/SL/DB/MetaSetup/ProjectPhase.pm @@ -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; ;