]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Unit.pm
Rose: 'with_args' nach Foreign-Key-Einführung gefixt
[mfinanz.git] / SL / DB / Unit.pm
index 54b104d4fc7774374963afbd17ef5dafe2d8cdc7..59740e7894538da5b21dfcd5ca7ebebcba1852e3 100644 (file)
@@ -7,7 +7,7 @@ use SL::DB::Manager::Unit;
 
 __PACKAGE__->meta->add_relationships(
   base => {
-    type         => 'one to one',
+    type         => 'many to one',
     class        => 'SL::DB::Unit',
     column_map   => { base_unit => 'name' },
   },