[CP] Fix schema & upgrade related problems

This commit is contained in:
tino247
2022-12-13 13:07:55 +00:00
committed by ob-robot
parent 4c7cfd9120
commit e603b2fe6a
8 changed files with 30 additions and 9 deletions

View File

@ -40,7 +40,7 @@ static const char* upgrade_stage_str[OB_UPGRADE_STAGE_MAX] = {
"NONE",
"PREUPGRADE",
"DBUPGRADE",
"POSTUPRADE"
"POSTUPGRADE"
};
const char* get_upgrade_stage_str(ObUpgradeStage stage)