MetaSetup: Folgerun um die Foreign Keys umzudrehen
[kivitendo-erp.git] / SL / DB / MetaSetup / GLTransaction.pm
index c8019eb..54dca9a 100644 (file)
@@ -43,14 +43,6 @@ __PACKAGE__->meta->foreign_keys(
   },
 );
 
-__PACKAGE__->meta->relationships(
-  gl => {
-    class      => 'SL::DB::GLTransaction',
-    column_map => { id => 'storno_id' },
-    type       => 'one to many',
-  },
-);
-
 # __PACKAGE__->meta->initialize;
 
 1;