mirror of
https://github.com/gowvp/gb28181.git
synced 2025-10-07 00:12:45 +08:00
8 lines
145 B
Go
8 lines
145 B
Go
package api
|
|
|
|
// 如果需要执行表迁移,递增此版本号和表更新说明
|
|
var (
|
|
dbVersion = "0.0.10"
|
|
dbRemark = "add stream proxy"
|
|
)
|