Fix pending migration notifications

This commit is contained in:
David Heinemeier Hansson
2026-07-20 11:07:44 -07:00
parent 5232505c12
commit 8719b0d031
4 changed files with 41 additions and 6 deletions
+4
View File
@@ -95,3 +95,7 @@ while IFS=$'\t' read -r name file marker; do
touch "$marker"
fi
done < <(migration_entries)
# Clear notifications queued while an update was installing migrations. The
# substring matches both the current and legacy notification titles.
omarchy-notification-dismiss "Omarchy Migrations" >/dev/null 2>&1 || true