Commit 2b351e1e1894cdef2bc3a0c7eb93163373cea797

Authored by 648540858
1 parent c48def08

为pushKey增加默认值

Showing 1 changed file with 1 additions and 1 deletions
sql/update.sql
@@ -63,7 +63,7 @@ alter table gb_stream @@ -63,7 +63,7 @@ alter table gb_stream
63 63
64 alter table user 64 alter table user
65 add pushKey varchar(50) default null; 65 add pushKey varchar(50) default null;
66 - 66 +update user set pushKey='453df297a57a5a7438934sda801fc3' where id=1;
67 67
68 alter table parent_platform 68 alter table parent_platform
69 add treeType varchar(50) not null; 69 add treeType varchar(50) not null;