From f85cd3ef47a4eafbf7b2be27c6f781bdd0190b0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 21 Jun 2013 18:05:44 +0200 Subject: [PATCH] =?utf8?q?Unn=C3=B6tige=20Relationship=20(ist=20schon=20FK?= =?utf8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/DB/Tax.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/SL/DB/Tax.pm b/SL/DB/Tax.pm index 7678d5f7e..0279dbf74 100644 --- a/SL/DB/Tax.pm +++ b/SL/DB/Tax.pm @@ -4,12 +4,6 @@ use strict; use SL::DB::MetaSetup::Tax; -__PACKAGE__->meta->add_relationships(chart => { type => 'many to one', - class => 'SL::DB::Chart', - column_map => { chart_id => 'id' }, - }, - ); - __PACKAGE__->meta->initialize; # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. -- 2.20.1