This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch 
john-bodley--fix-updating-uniqueness-constraint
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 854f137d707cbf70d54c0c9fe25df3005620ed97
Author: John Bodley <[email protected]>
AuthorDate: Mon Oct 28 18:00:29 2019 -0700

    Update UPDATING.md
---
 UPDATING.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/UPDATING.md b/UPDATING.md
index 6b7b90c..34c8e14 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -72,16 +72,18 @@ which adds missing non-nullable fields to the `datasources` 
table. Depending on
 the integrity of the data, manual intervention may be required.
 
 * [5452](https://github.com/apache/incubator-superset/pull/5452): a change
-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.
+which adds missing non-nullable fields and uniqueness constraints (which may 
be 
+case insensitive depending on your database configuration) to the `columns`and 
+`table_columns` tables. Depending on the integrity of the data, manual 
+intervention may be required.
 * `fabmanager` command line is deprecated since Flask-AppBuilder 2.0.0, use
 the new `flask fab <command>` integrated with *Flask cli*.
 * `SUPERSET_UPDATE_PERMS` environment variable was replaced by
 `FAB_UPDATE_PERMS` config boolean key. To disable automatic
 creation of permissions set `FAB_UPDATE_PERMS = False` on config.
 * [5453](https://github.com/apache/incubator-superset/pull/5453): a change
-which adds missing non-nullable fields and uniqueness constraints to the 
metrics
+which adds missing non-nullable fields and uniqueness constraints (which may 
be 
+case insensitive depending on your database configuration) to the metrics
 and sql_metrics tables. Depending on the integrity of the data, manual
 intervention may be required.
 * [7616](https://github.com/apache/incubator-superset/pull/7616): this bug fix

Reply via email to