From f53ea5056232418f27e4e5bdb1822b226ca35076 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 14 Jul 2021 11:04:00 +0200 Subject: [PATCH] Recht zum Editieren von Shop-Artikel etwas nach hinten verschoben Es hatte dieselbe Position, wie assembly_edit --- sql/Pg-upgrade2-auth/move_shop_part_edit_right.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 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 index 000000000..00e4d4145 --- /dev/null +++ b/sql/Pg-upgrade2-auth/move_shop_part_edit_right.sql @@ -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'; -- 2.20.1