X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FSepaExport.pm;h=137d0485b570d416f9daebf7509d0ee7c8403cdd;hb=11aeaa07186197c61dfe610d2a5c981754fd2e9d;hp=ab450451dbd87377cb524fa73301e92835182626;hpb=4fd22b569d4436293e0a9d364d7356b5bfc503e5;p=kivitendo-erp.git 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;