Skip to content

Commit

Permalink
🐛 (dashboards) remove faulty dashboard widgets (#3785)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis authored Nov 6, 2024
1 parent 290402e commit 1f6977d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
BEGIN TRANSACTION;

UPDATE dashboard
SET tombstone = 1
WHERE type is NULL;

COMMIT;
6 changes: 6 additions & 0 deletions upcoming-release-notes/3785.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MatissJanis]
---

Dashboards: add migration that will remove faulty 'blank' widgets.

0 comments on commit 1f6977d

Please sign in to comment.