]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Note.pm
MetaSetup: Folgerun um die Foreign Keys umzudrehen
[mfinanz.git] / SL / DB / MetaSetup / Note.pm
index 59085cd8c97ef7c4fb485849eeaec35bc3f1f857..7d2dd593c6d0c931c4e7359e0d371d4b426b7eea 100644 (file)
@@ -30,14 +30,6 @@ __PACKAGE__->meta->foreign_keys(
   },
 );
 
-__PACKAGE__->meta->relationships(
-  follow_ups => {
-    class      => 'SL::DB::FollowUp',
-    column_map => { id => 'note_id' },
-    type       => 'one to many',
-  },
-);
-
 # __PACKAGE__->meta->initialize;
 
 1;