mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
🐛 (dashboards) remove faulty dashboard widgets (#3785)
This commit is contained in:
committed by
GitHub
parent
290402ee6a
commit
1f6977da81
@@ -0,0 +1,7 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
UPDATE dashboard
|
||||
SET tombstone = 1
|
||||
WHERE type is NULL;
|
||||
|
||||
COMMIT;
|
||||
6
upcoming-release-notes/3785.md
Normal file
6
upcoming-release-notes/3785.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Dashboards: add migration that will remove faulty 'blank' widgets.
|
||||
Reference in New Issue
Block a user