]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/ProjectStatus.pm
Projekt: Sortierung nach project_status
[mfinanz.git] / SL / DB / MetaSetup / ProjectStatus.pm
index dbf77346c45021a6247dcba6836c256e1bc04311..262955c8f86535d27a4de0c470d25a1eeea5b9c2 100644 (file)
@@ -19,14 +19,6 @@ __PACKAGE__->meta->setup(
   ],
 
   primary_key_columns => [ 'id' ],
-
-  relationships => [
-    project => {
-      class      => 'SL::DB::Project',
-      column_map => { id => 'project_status_id' },
-      type       => 'one to many',
-    },
-  ],
 );
 
 1;