X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/6cf3f7762efd40bee49a2b8f11bb4ab6915d9071..0fdf58910b8cd0b54e3d2213a27dab2ffe149bfe:/SL/DB/SepaExport.pm diff --git a/SL/DB/SepaExport.pm b/SL/DB/SepaExport.pm index ab450451d..137d0485b 100644 --- a/SL/DB/SepaExport.pm +++ b/SL/DB/SepaExport.pm @@ -1,13 +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; -# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. +__PACKAGE__->meta->add_relationship( + message_ids => { + type => 'one to many', + class => 'SL::DB::SepaExportMessageId', + column_map => { id => 'sepa_export_id' }, + }, +); + +__PACKAGE__->meta->initialize; + __PACKAGE__->meta->make_manager_class; 1;