优化套餐升级程序

This commit is contained in:
GoEdgeLab
2023-09-06 18:01:41 +08:00
parent 04d2678221
commit 973046044d
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
}