Procházet zdrojové kódy

DB update for mentor and unmentor commands

Image před 3 roky
rodič
revize
d0f6bf9c0e
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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';