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
42838a176c5e3acb8ee0e8a7b9dcfc01fafb0cdf
Authored by
韩浩然XiaoQiTong
2022-10-17 17:10:37 +0800
Committed by
GitHub
2022-10-17 17:10:37 +0800
1 parent
7918f037
Update update.sql
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
sql/update.sql
sql/update.sql
View file @
42838a1
...
...
@@ -3,3 +3,6 @@ alter table wvp.media_server
3
3
4
4
alter table stream_proxy
5
5
add enable_disable_none_reader bit(1) default null;
6
+
7
+alter table device
8
+ add mediaServerId varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT 'auto';
...
...