From 2162e63221c71648cd79987df3880129d38b3c80 Mon Sep 17 00:00:00 2001 From: zuoqinbo Date: Thu, 2 Nov 2023 17:15:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20AppKey=20=E5=88=87=E6=8D=A2=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E9=85=8D=E7=BD=AE=E4=B8=8A=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/20231102-mysql.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/20231102-mysql.sql diff --git a/sql/20231102-mysql.sql b/sql/20231102-mysql.sql new file mode 100644 index 0000000..151eb3e --- /dev/null +++ b/sql/20231102-mysql.sql @@ -0,0 +1,3 @@ + + +ALTER TABLE im_robot_msg_template MODIFY msg_template_list text; \ No newline at end of file