瀏覽代碼

DB update for mentor and unmentor commands

Image 3 年之前
父節點
當前提交
d0f6bf9c0e
共有 1 個文件被更改,包括 2 次插入0 次删除
  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';