🐛 (dashboards) remove faulty dashboard widgets (#3785)

This commit is contained in:
Matiss Janis Aboltins
2024-11-06 22:14:33 +00:00
committed by GitHub
parent 290402ee6a
commit 1f6977da81
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
BEGIN TRANSACTION;
UPDATE dashboard
SET tombstone = 1
WHERE type is NULL;
COMMIT;

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MatissJanis]
---
Dashboards: add migration that will remove faulty 'blank' widgets.