优化套餐升级程序

This commit is contained in:
刘祥超
2023-09-06 18:01:41 +08:00
parent 9e481d31ac
commit 794c3bc132
3 changed files with 5 additions and 40 deletions

View File

@@ -213,3 +213,8 @@ func upgradeV0_5_8(db *dbs.DB) error {
return nil
}
// v1.2.9
func upgradeV1_2_9(db *dbs.DB) error {
return nil
}