]> wagnertech.de Git - mfinanz.git/blob - sql/Pg-upgrade2-auth/move_shop_part_edit_right.sql
Web-Template Kunden-/Lieferantensuche: ein <td> zuviel
[mfinanz.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';