mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2025-09-15 14:28:34 +08:00
feat: Update database version constant to 264
This commit is contained in:
parent
c52706e621
commit
09f8316bf1
@ -23,6 +23,8 @@ import (
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
const DatabaseVersion = 264
|
||||
|
||||
// @title 管理系统API
|
||||
// @version 1.0
|
||||
// @description 接口
|
||||
@ -211,7 +213,7 @@ func InitGlobal() {
|
||||
}
|
||||
|
||||
func DatabaseAutoUpdate() {
|
||||
version := 263
|
||||
version := DatabaseVersion
|
||||
|
||||
db := global.DB
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user