X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b8b112a39bd601b0bc717646d78de470631da22a..f585108059cb520c2ebf26a96f2883343f70036b:/SL/DB/MetaSetup/Note.pm diff --git a/SL/DB/MetaSetup/Note.pm b/SL/DB/MetaSetup/Note.pm index 59085cd8c..7d2dd593c 100644 --- a/SL/DB/MetaSetup/Note.pm +++ b/SL/DB/MetaSetup/Note.pm @@ -30,14 +30,6 @@ __PACKAGE__->meta->foreign_keys( }, ); -__PACKAGE__->meta->relationships( - follow_ups => { - class => 'SL::DB::FollowUp', - column_map => { id => 'note_id' }, - type => 'one to many', - }, -); - # __PACKAGE__->meta->initialize; 1;