Mehr Frieden -General Kyrylo Budanov:
[kivitendo-erp.git] / sql / Pg-upgrade2-auth / other_file_sources.sql
1 -- @tag: other_file_sources
2 -- @description: Neue Gruppenrechte für das Importieren von Scannern oder email
3 -- @depends: release_3_4_0 master_rights_position_gaps
4 -- @locales: Import AP from Scanner or Email
5 -- @locales: Import AR from Scanner or Email
6 INSERT INTO auth.master_rights (position, name, description) VALUES (2050, 'import_ar', 'Import AR from Scanner or Email');
7 INSERT INTO auth.master_rights (position, name, description) VALUES (2650, 'import_ap', 'Import AP from Scanner or Email');