X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FAuthGroupRight.pm;h=1ba9ae199d2bb8676422cc1695c09a43d579f1bf;hb=57528e5b09f2fea9708d06ec99c3fb0200275534;hp=49e434434193d93c146463dea11a46df76534294;hpb=a5ba22d29e683629d731fc0bfdfb72719e59a0b9;p=kivitendo-erp.git diff --git a/SL/DB/AuthGroupRight.pm b/SL/DB/AuthGroupRight.pm index 49e434434..1ba9ae199 100644 --- a/SL/DB/AuthGroupRight.pm +++ b/SL/DB/AuthGroupRight.pm @@ -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;