Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / sql / Pg-upgrade2-auth / move_shop_part_edit_right.sql
diff --git a/sql/Pg-upgrade2-auth/move_shop_part_edit_right.sql b/sql/Pg-upgrade2-auth/move_shop_part_edit_right.sql
new file mode 100644 (file)
index 0000000..00e4d41
--- /dev/null
@@ -0,0 +1,5 @@
+-- @tag: move_shop_part_edit_right
+-- @description: Recht zum Editieren von Shop-Artikeln verschieben
+-- @depends: release_3_5_7
+
+UPDATE auth.master_rights SET position = 580 WHERE position = 550 AND name = 'shop_part_edit';