You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/07/21 00:24:58 UTC

[GitHub] [superset] betodealmeida commented on pull request #15807: fix: migration script can't drop constraint

betodealmeida commented on pull request #15807:
URL: https://github.com/apache/superset/pull/15807#issuecomment-883791955


   This is not working in SQLite, but there's also a few other migrations that are not working because they drop columns without using `op.batch`:
   
   - superset/migrations/versions/19e978e1b9c3_add_report_format_to_report_schedule_.py
   - superset/migrations/versions/2e5a0ee25ed4_refractor_alerting.py
   - superset/migrations/versions/301362411006_add_execution_id_to_report_execution_.py
   - superset/migrations/versions/49b5a32daba5_add_report_schedules.py
   - superset/migrations/versions/585b0b1a7b18_add_exec_info_to_saved_queries.py
   - superset/migrations/versions/5daced1f0e76_reports_add_working_timeout_column.py


-- 
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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org