瀏覽代碼

为pushKey增加默认值

648540858 3 年之前
父節點
當前提交
2b351e1e18
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sql/update.sql

+ 1 - 1
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;