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;