添加重启后拉流代理自动恢复

This commit is contained in:
648540858
2022-01-27 18:08:19 +08:00
parent 66cadafd1c
commit f33c3a3630
12 changed files with 90 additions and 16 deletions

1
sql/update.sql Normal file
View File

@@ -0,0 +1 @@
ALTER TABLE stream_proxy ADD status bit(1) not null;