diff --git a/gms/application_state.cc b/gms/application_state.cc index 63811b7ee8..61af551877 100644 --- a/gms/application_state.cc +++ b/gms/application_state.cc @@ -62,6 +62,7 @@ static const std::map application_state_names = { {application_state::TOKENS, "TOKENS"}, {application_state::SUPPORTED_FEATURES, "SUPPORTED_FEATURES"}, {application_state::CACHE_HITRATES, "CACHE_HITRATES"}, + {application_state::SCHEMA_TABLES_VERSION, "SCHEMA_TABLES_VERSION"}, }; std::ostream& operator<<(std::ostream& os, const application_state& m) {