Bug 24857: (QA follow-up) Make update idempotent

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2022-07-08 16:19:35 -03:00
parent c7ee20e7fc
commit 995f32f4a1
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -13,7 +13,7 @@ return {
});
$dbh->do(q{
INSERT INTO permissions (module_bit, code, description) VALUES
INSERT IGNORE INTO permissions (module_bit, code, description) VALUES
( 9, 'manage_item_groups', 'Create, update and delete item groups, add or remove items from a item groups');
});