00e4d414584a43c065f23bf7abc0f193b9bb940a
[kivitendo-erp.git] / sql / Pg-upgrade2-auth / move_shop_part_edit_right.sql
1 -- @tag: move_shop_part_edit_right
2 -- @description: Recht zum Editieren von Shop-Artikeln verschieben
3 -- @depends: release_3_5_7
4
5 UPDATE auth.master_rights SET position = 580 WHERE position = 550 AND name = 'shop_part_edit';