DB update for mentor and unmentor commands
This commit is contained in:
parent
9b6922842e
commit
d0f6bf9c0e
1 changed files with 2 additions and 0 deletions
2
DB/updates/mentor_commands_apr1_2021.sql
Normal file
2
DB/updates/mentor_commands_apr1_2021.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
update commands set handler=528 where command='mentor';
|
||||
update commands set handler=529 where command='unmentor';
|
Loading…
Reference in a new issue