From 2b351e1e1894cdef2bc3a0c7eb93163373cea797 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: Mon, 18 Jul 2022 20:38:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BApushKey=E5=A2=9E=E5=8A=A0=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/update.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/update.sql b/sql/update.sql index c5fb671b..dd41e978 100644 --- a/sql/update.sql +++ b/sql/update.sql @@ -63,7 +63,7 @@ alter table gb_stream alter table user add pushKey varchar(50) default null; - +update user set pushKey='453df297a57a5a7438934sda801fc3' where id=1; alter table parent_platform add treeType varchar(50) not null;