fix(migration): 87d38ad83218 failing on upgrade (#30275)
This commit is contained in:
parent
1441ad8546
commit
78099b0d1f
|
|
@ -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"): (
|
||||
|
|
|
|||
Loading…
Reference in New Issue