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
f6c1ce15e4ce1e30cf3328bb89cf02b06eadf776
Authored by
AlphaWu
2023-10-01 12:29:48 +0800
1 parent
94a0de0d
修复数据库脚本的BUG。
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sql/2.6.9更新.sql
sql/2.6.9更新.sql
View file @
f6c1ce1
...
...
@@ -5,4 +5,4 @@ alter table wvp_platform
5
5
add auto_push_channel bool default false
6
6
7
7
alter table wvp_stream_proxy
8
- add stream_key varying(255)
8
+ add stream_key character varying(255)
...
...