feat(db): update users to role deliveryBoss

This commit is contained in:
Alex Moreno 2022-03-14 11:34:09 +01:00
parent bacfa3f1f5
commit 31eb22c1b4
1 changed files with 3 additions and 0 deletions
db/changes/10430-ash

View File

@ -0,0 +1,3 @@
UPDATE `account`.`user`
SET `role` = 57
WHERE id IN (2294, 4365, 7294);