用户表增加推流鉴权KEY

This commit is contained in:
648540858
2022-07-08 11:20:29 +08:00
parent d7c293c867
commit fcd79b9864
4 changed files with 17 additions and 2 deletions

View File

@@ -57,4 +57,8 @@ alter table stream_push
change createStamp createTime varchar(50) default null;
alter table user
add pushKey varchar(50) default null;