usage: updateNewMaxId after sanity check (#5646)

This commit is contained in:
Wei Zhou 2021-11-02 03:05:03 +01:00 committed by GitHub
parent cb67da5bce
commit a1942b4e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,6 +226,7 @@ public class UsageSanityChecker {
checkItemCountByPstmt(); checkItemCountByPstmt();
updateNewMaxId();
return errors.toString(); return errors.toString();
} }