Parcourir la source

DB update for mentor and unmentor commands

Image il y a 3 ans
Parent
commit
d0f6bf9c0e
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      DB/updates/mentor_commands_apr1_2021.sql

+ 2 - 0
DB/updates/mentor_commands_apr1_2021.sql

@@ -0,0 +1,2 @@
+update commands set handler=528 where command='mentor';
+update commands set handler=529 where command='unmentor';