]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/DunningConfig.pm
MetaSetup: Folgerun um die Foreign Keys umzudrehen
[mfinanz.git] / SL / DB / MetaSetup / DunningConfig.pm
index 602ae8ea5ba4a72fd211a8e6a8388e2c3c2f3f99..c041917fbf39f7b4f6e3f6577785c3150d6a64e6 100644 (file)
@@ -28,20 +28,6 @@ __PACKAGE__->meta->columns(
 
 __PACKAGE__->meta->primary_key_columns([ 'id' ]);
 
-__PACKAGE__->meta->relationships(
-  ar => {
-    class      => 'SL::DB::Invoice',
-    column_map => { id => 'dunning_config_id' },
-    type       => 'one to many',
-  },
-
-  dunning => {
-    class      => 'SL::DB::Dunning',
-    column_map => { id => 'dunning_config_id' },
-    type       => 'one to many',
-  },
-);
-
 # __PACKAGE__->meta->initialize;
 
 1;