X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=sql%2FPg-upgrade2-auth%2Fmove_shop_part_edit_right.sql;fp=sql%2FPg-upgrade2-auth%2Fmove_shop_part_edit_right.sql;h=00e4d414584a43c065f23bf7abc0f193b9bb940a;hp=0000000000000000000000000000000000000000;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 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';