feat(db): update users to role deliveryBoss
gitea/salix/pipeline/head This commit looks good Details

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

View File

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