mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: Add explicit ON DELETE CASCADE for dashboard_slices (#24938)
This commit is contained in:
committed by
Michael S. Molina
parent
309582516d
commit
9b3ec806cd
@@ -181,7 +181,6 @@ class TestChartApi(SupersetTestCase, ApiOwnersTestCaseMixin, InsertChartMixin):
|
||||
self.new_dashboard.dashboard_title = "New Dashboard"
|
||||
self.new_dashboard.slug = "new_slug"
|
||||
self.new_dashboard.owners = [admin]
|
||||
self.new_dashboard.slices = []
|
||||
self.new_dashboard.published = False
|
||||
db.session.add(self.new_dashboard)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user