[schema] Updating the base metric schema (#5453)

This commit is contained in:
John Bodley
2019-04-24 21:50:14 -07:00
committed by GitHub
parent f83b979342
commit f488a3281d
7 changed files with 184 additions and 11 deletions

View File

@@ -32,6 +32,11 @@ which adds missing non-nullable fields and uniqueness constraints to the
`columns`and `table_columns` tables. Depending on the integrity of the data,
manual intervention may be required.
* [5453](https://github.com/apache/incubator-superset/pull/5453): a change
which adds missing non-nullable fields and uniqueness constraints to the metrics
and sql_metrics tables. Depending on the integrity of the data, manual
intervention may be required.
## Superset 0.32.0
* `npm run backend-sync` is deprecated and no longer needed, will fail if called