Recht zum Editieren von Shop-Artikel etwas nach hinten verschoben
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 14 Jul 2021 09:04:00 +0000 (11:04 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 14 Jul 2021 09:04:00 +0000 (11:04 +0200)
Es hatte dieselbe Position, wie assembly_edit

sql/Pg-upgrade2-auth/move_shop_part_edit_right.sql [new file with mode: 0644]

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';