X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f9676efea9ccfa01df2a57dca9c45cc8fde0d09e..9c5f94c0359a8f2c0dba93b5e9bdef99f332fcc8:/SL/DB/History.pm diff --git a/SL/DB/History.pm b/SL/DB/History.pm index c935a8237..7528b73f1 100644 --- a/SL/DB/History.pm +++ b/SL/DB/History.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::History; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;