X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d7e4203055156dccb2ca3fba82bbb32873ecd2e..4bcf880408fcc4270084f36520d4fd2cfd509fbc:/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;