john-bodley commented on a change in pull request #17293: URL: https://github.com/apache/superset/pull/17293#discussion_r739583652
########## File path: UPDATING.md ########## @@ -31,6 +31,8 @@ assists people when migrating to a new version. ### Potential Downtime +- [16756](https://github.com/apache/incubator-superset/pull/16756): The renaming of column `dbs.allow_csv_upload` fails for MySQL 8 users because there's a check constraint on it. Review comment: ```suggestion - [16756](https://github.com/apache/incubator-superset/pull/16756): a change which renames the `dbs.allow_csv_upload` column to `dbs.allow_file_upload` via a (potentially locking) DDL operation. ``` ########## File path: UPDATING.md ########## @@ -31,6 +31,8 @@ assists people when migrating to a new version. ### Potential Downtime +- [16756](https://github.com/apache/incubator-superset/pull/16756): The renaming of column `dbs.allow_csv_upload` fails for MySQL 8 users because there's a check constraint on it. Review comment: @exemplary-citizen it seems like @betodealmeida fix the MySQL 8 issue in the same migration and thus your original comment isn't really relevant. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
