X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f6d4214cbbff2a3c3c31fc9672e0f904f71e5857..95196671f448d1f0b4f5adf52c260f59f1e32683:/sql/Pg-upgrade2-auth/right_time_recording.sql diff --git a/sql/Pg-upgrade2-auth/right_time_recording.sql b/sql/Pg-upgrade2-auth/right_time_recording.sql index 5360030c8..b8e0b939d 100644 --- a/sql/Pg-upgrade2-auth/right_time_recording.sql +++ b/sql/Pg-upgrade2-auth/right_time_recording.sql @@ -4,7 +4,7 @@ -- @locales: Create, edit and list time recordings INSERT INTO auth.master_rights (position, name, description, category) - VALUES ((SELECT position + 10 FROM auth.master_rights WHERE name = 'productivity'), + VALUES ((SELECT position + 50 FROM auth.master_rights WHERE name = 'email_employee_readall'), 'time_recording', 'Create, edit and list time recordings', FALSE);