mirror of https://github.com/apache/cloudstack.git
usage: updateNewMaxId after sanity check (#5646)
This commit is contained in:
parent
cb67da5bce
commit
a1942b4e8e
|
|
@ -226,6 +226,7 @@ public class UsageSanityChecker {
|
|||
|
||||
checkItemCountByPstmt();
|
||||
|
||||
updateNewMaxId();
|
||||
return errors.toString();
|
||||
}
|
||||
|
||||
|
|
@ -280,4 +281,4 @@ class CheckCase {
|
|||
this.sqlTemplate = sqlTemplate;
|
||||
this.itemName = itemName;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue