Bug 24857: (QA follow-up) Make update idempotent
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
c7ee20e7fc
commit
995f32f4a1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ return {
|
||||||
});
|
});
|
||||||
|
|
||||||
$dbh->do(q{
|
$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');
|
( 9, 'manage_item_groups', 'Create, update and delete item groups, add or remove items from a item groups');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue