feat(server): Add Rustdesk Relay Server Commands

This commit is contained in:
lejianwen
2025-01-04 20:49:44 +08:00
parent 63f2fd2f07
commit a5671e692d
4 changed files with 67 additions and 16 deletions

View File

@@ -169,7 +169,7 @@ func InitGlobal() {
global.Lock = lock.NewLocal()
}
func DatabaseAutoUpdate() {
version := 251
version := 260
db := global.DB