vault backup: 2026-08-19 11:45:08

This commit is contained in:
2026-08-19 11:45:08 -04:00
parent 83fe0a1c5a
commit 5b6716dd7e
9 changed files with 195 additions and 15 deletions
@@ -10,6 +10,7 @@ TABLE
FROM "20 Work/Tracking/Website Sync"
WHERE jira
SORT date DESC
LIMIT 20
```
@@ -18,8 +19,9 @@ SORT date DESC
```dataview
TABLE
jira AS "Jira",
reported_at AS "Reported"
FROM "20 Work/Tracking/Website Sync/Incidents"
WHERE status = "confirmed-sync-issue"
status AS "Status"
FROM "20 Work/Tracking/Website Sync"
WHERE classification = "confirmed-sync-issue"
SORT date DESC
LIMIT 20
```