X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/98625cb1c671bf300ce92c1b693a8881af29e659..10348b514ddb450a0ee23df36f7f4c4242989b3e:/SL/DB/Assembly.pm diff --git a/SL/DB/Assembly.pm b/SL/DB/Assembly.pm index 22312144c..767ba411b 100644 --- a/SL/DB/Assembly.pm +++ b/SL/DB/Assembly.pm @@ -7,14 +7,6 @@ use strict; use SL::DB::MetaSetup::Assembly; -__PACKAGE__->meta->add_relationships( - part => { - type => 'many to one', - class => 'SL::DB::Part', - column_map => { parts_id => 'id' }, - }, -); - # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;