Sign in
guzijian
/
wvp-GB28181-pro
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
2b351e1e1894cdef2bc3a0c7eb93163373cea797
Authored by
648540858
2022-07-18 20:38:47 +0800
1 parent
c48def08
为pushKey增加默认值
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sql/update.sql
sql/update.sql
View file @
2b351e1
...
...
@@ -63,7 +63,7 @@ alter table gb_stream
63
63
64
64
alter table user
65
65
add pushKey varchar(50) default null;
66
-
66
+update user set pushKey='453df297a57a5a7438934sda801fc3' where id=1;
67
67
68
68
alter table parent_platform
69
69
add treeType varchar(50) not null;
...
...