mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
This PR removes the iteration over charts, dashboards and saved queries to create tags in the original migration, leaving only the logic to create the tags and the tagged objects tables.
Tested locally by running `superset db downgrade` to revert to the previous migration and then running `superset db upgrade` to the current version.
(cherry picked from commit e47a1b2868)
Generic single-database configuration.