]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/PriceFactor.pm
MetaSetup: Folgerun um die Foreign Keys umzudrehen
[mfinanz.git] / SL / DB / MetaSetup / PriceFactor.pm
index 3d0aa778cd6018bf79b3dc2d18b8fbfba36dfd75..099b6584f67b04d21b3deb56ee05261ecae7ccb0 100644 (file)
@@ -17,26 +17,6 @@ __PACKAGE__->meta->columns(
 
 __PACKAGE__->meta->primary_key_columns([ 'id' ]);
 
-__PACKAGE__->meta->relationships(
-  invoice => {
-    class      => 'SL::DB::InvoiceItem',
-    column_map => { id => 'price_factor_id' },
-    type       => 'one to many',
-  },
-
-  orderitems => {
-    class      => 'SL::DB::OrderItem',
-    column_map => { id => 'price_factor_id' },
-    type       => 'one to many',
-  },
-
-  parts => {
-    class      => 'SL::DB::Part',
-    column_map => { id => 'price_factor_id' },
-    type       => 'one to many',
-  },
-);
-
 # __PACKAGE__->meta->initialize;
 
 1;