]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/FollowUpLink.pm
Nicht mehr benötigte MetaSetups löschen: DptTrans, TranslationPaymentTerm
[mfinanz.git] / SL / DB / MetaSetup / FollowUpLink.pm
index 00e25ecbe2089a9b9f1223c5a7025cd6dd6d160d..820c16b0d9a74a9237668e339149ef53ab3f59db 100644 (file)
@@ -22,6 +22,13 @@ __PACKAGE__->meta->primary_key_columns([ 'id' ]);
 
 __PACKAGE__->meta->allow_inline_column_values(1);
 
+__PACKAGE__->meta->foreign_keys(
+  follow_up => {
+    class       => 'SL::DB::FollowUp',
+    key_columns => { follow_up_id => 'id' },
+  },
+);
+
 # __PACKAGE__->meta->initialize;
 
 1;