MetaSetup: Folgerun um die Foreign Keys umzudrehen
[kivitendo-erp.git] / SL / DB / MetaSetup / Pricegroup.pm
index c4491c1..5536d15 100644 (file)
@@ -15,26 +15,6 @@ __PACKAGE__->meta->columns(
 
 __PACKAGE__->meta->primary_key_columns([ 'id' ]);
 
-__PACKAGE__->meta->relationships(
-  delivery_order_items => {
-    class      => 'SL::DB::DeliveryOrderItem',
-    column_map => { id => 'pricegroup_id' },
-    type       => 'one to many',
-  },
-
-  invoice => {
-    class      => 'SL::DB::InvoiceItem',
-    column_map => { id => 'pricegroup_id' },
-    type       => 'one to many',
-  },
-
-  orderitems => {
-    class      => 'SL::DB::OrderItem',
-    column_map => { id => 'pricegroup_id' },
-    type       => 'one to many',
-  },
-);
-
 # __PACKAGE__->meta->initialize;
 
 1;