fix(migration): 87d38ad83218 failing on upgrade (#30275)

This commit is contained in:
Ville Brofeldt 2024-09-18 17:43:22 -07:00 committed by GitHub
parent 1441ad8546
commit 78099b0d1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ from superset.migrations.shared.security_converge import ( # noqa: E402
Pvm,
)
NEW_PVMS = {"Dashboard": ("can_view_chart_as_table",)}
NEW_PVMS = {"Dashboard": ("can_view_chart_as_table", "can_view_query")}
PVM_MAP = {
Pvm("Dashboard", "can_view_and_drill"): (