john-bodley commented on code in PR #28422: URL: https://github.com/apache/superset/pull/28422#discussion_r1597060095
########## superset/models/sql_lab.py: ########## @@ -110,11 +116,11 @@ class Query( sql_editor_id = Column(String(256), index=True) schema = Column(String(256)) catalog = Column(String(256), nullable=True, default=None) - sql = Column(MediumText()) + sql = Column(LongText()) Review Comment: Per [here]([here](https://github.com/apache/superset/blob/f29e1e4c29a46f7d607cfa59adb8bb21d107091c/superset/migrations/versions/2019-05-06_14-30_afc69274c25a_alter_sql_column_data_type_in_query_mysql_table.py#L36-L46)) `sql` is `LongText` and isn't impacted by any of the aforementioned migrations. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org