1 package SL::DB::SepaExport;
5 use SL::DB::MetaSetup::SepaExport;
7 __PACKAGE__->meta->add_relationship(
10 class => 'SL::DB::SepaExportMessageId',
11 column_map => { id => 'sepa_export_id' },
15 __PACKAGE__->meta->initialize;
17 __PACKAGE__->meta->make_manager_class;