]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Currency.pm
MetaSetup: Folgerun um die Foreign Keys umzudrehen
[mfinanz.git] / SL / DB / MetaSetup / Currency.pm
index c07ef656b91398cf08569acef83b174de58f4e9c..40bb6ee6ed4018cfcdb625e3b509899caaf7938f 100644 (file)
@@ -17,20 +17,6 @@ __PACKAGE__->meta->primary_key_columns([ 'id' ]);
 
 __PACKAGE__->meta->unique_keys([ 'name' ]);
 
-__PACKAGE__->meta->relationships(
-  ap => {
-    class      => 'SL::DB::PurchaseInvoice',
-    column_map => { id => 'currency_id' },
-    type       => 'one to many',
-  },
-
-  ar => {
-    class      => 'SL::DB::Invoice',
-    column_map => { id => 'currency_id' },
-    type       => 'one to many',
-  },
-);
-
 # __PACKAGE__->meta->initialize;
 
 1;