Hi everyone! After upgrading to Phoenix 5.1.3 we started getting errors in log: ERROR 504 (42703): Undefined column. columnName=SYSTEM.LOG.CLIENT_METADATA_CACHE_MISS_COUNTER
After that I found that we have no 8 columns in our SYSTEM.LOG table: https://github.com/apache/phoenix/blob/5.1.3/phoenix-core/src/main/java/org/apache/phoenix/monitoring/MetricType.java#L60-L68 Is there any migrations for this columns? Or we should create it manually? -- Andrey Khozov