X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b8b112a39bd601b0bc717646d78de470631da22a..64b49f6c38c2c5763f21df00c7b4580ff70893be:/SL/DB/MetaSetup/FollowUp.pm?ds=inline diff --git a/SL/DB/MetaSetup/FollowUp.pm b/SL/DB/MetaSetup/FollowUp.pm index b102f249c..8f83c6c73 100644 --- a/SL/DB/MetaSetup/FollowUp.pm +++ b/SL/DB/MetaSetup/FollowUp.pm @@ -33,13 +33,10 @@ __PACKAGE__->meta->foreign_keys( class => 'SL::DB::Employee', key_columns => { created_by => 'id' }, }, -); -__PACKAGE__->meta->relationships( - follow_up_links => { - class => 'SL::DB::FollowUpLink', - column_map => { id => 'follow_up_id' }, - type => 'one to many', + note => { + class => 'SL::DB::Note', + key_columns => { note_id => 'id' }, }, );