]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/AuthGroupRight.pm
RDBO: Setups der Auth*-Instanzen vereinheitlicht
[mfinanz.git] / SL / DB / AuthGroupRight.pm
index 49e434434193d93c146463dea11a46df76534294..1ba9ae199d2bb8676422cc1695c09a43d579f1bf 100644 (file)
@@ -1,16 +1,9 @@
-# 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::AuthGroupRight;
 
 use strict;
 
 use SL::DB::MetaSetup::AuthGroupRight;
 
-# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
 __PACKAGE__->meta->make_manager_class;
 
-__PACKAGE__->meta->schema('auth');
-__PACKAGE__->meta->initialize;
-
 1;