X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FSepaExport.pm;h=137d0485b570d416f9daebf7509d0ee7c8403cdd;hb=5349a1ed016ae603b39d73747eccc6792707db1c;hp=7bec1b9857728635a189db391f9a3d3447eaf83d;hpb=2d7e4203055156dccb2ca3fba82bbb32873ecd2e;p=kivitendo-erp.git diff --git a/SL/DB/SepaExport.pm b/SL/DB/SepaExport.pm index 7bec1b985..137d0485b 100644 --- a/SL/DB/SepaExport.pm +++ b/SL/DB/SepaExport.pm @@ -1,15 +1,19 @@ -# This file has been auto-generated only because it didn't exist. -# Feel free to modify it at will; it will not be overwritten automatically. - package SL::DB::SepaExport; use strict; use SL::DB::MetaSetup::SepaExport; +__PACKAGE__->meta->add_relationship( + message_ids => { + type => 'one to many', + class => 'SL::DB::SepaExportMessageId', + column_map => { id => 'sepa_export_id' }, + }, +); + __PACKAGE__->meta->initialize; -# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class; 1;