X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/sql/Pg-upgrade2-auth/other_file_sources.sql diff --git a/sql/Pg-upgrade2-auth/other_file_sources.sql b/sql/Pg-upgrade2-auth/other_file_sources.sql new file mode 100644 index 000000000..1f26477b7 --- /dev/null +++ b/sql/Pg-upgrade2-auth/other_file_sources.sql @@ -0,0 +1,7 @@ +-- @tag: other_file_sources +-- @description: Neue Gruppenrechte für das Importieren von Scannern oder email +-- @depends: release_3_4_0 master_rights_position_gaps +-- @locales: Import AP from Scanner or Email +-- @locales: Import AR from Scanner or Email +INSERT INTO auth.master_rights (position, name, description) VALUES (2050, 'import_ar', 'Import AR from Scanner or Email'); +INSERT INTO auth.master_rights (position, name, description) VALUES (2650, 'import_ap', 'Import AP from Scanner or Email');