This is an automated email from the ASF dual-hosted git repository. johnbodley pushed a commit to branch john-bodley--upgrade-migration-fcea065655 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 3f5e6eb966da169cb64fe1eec4ebe81a59a8768a Author: John Bodley <[email protected]> AuthorDate: Thu May 9 17:06:58 2024 -0700 chore: Update logic in migration fcea065655 --- .../2024-02-14_14-43_17fcea065655_change_text_to_mediumtext.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/superset/migrations/versions/2024-02-14_14-43_17fcea065655_change_text_to_mediumtext.py b/superset/migrations/versions/2024-02-14_14-43_17fcea065655_change_text_to_mediumtext.py index 3ba126d24e..c6332e9df5 100644 --- a/superset/migrations/versions/2024-02-14_14-43_17fcea065655_change_text_to_mediumtext.py +++ b/superset/migrations/versions/2024-02-14_14-43_17fcea065655_change_text_to_mediumtext.py @@ -37,9 +37,6 @@ TABLE_COLUMNS = [ "css_templates.css", "dashboards.css", "keyvalue.value", - "query.extra_json", - "query.executed_sql", - "query.select_sql", "report_execution_log.value_row_json", "report_recipient.recipient_config_json", "report_schedule.sql",
