feat(db/m7-381): scan_runs table for admin scan-status view

This commit is contained in:
2026-05-04 20:04:04 -04:00
parent 835580ef1e
commit 031f4bef8b
2 changed files with 22 additions and 0 deletions
@@ -0,0 +1,2 @@
DROP INDEX IF EXISTS scan_runs_started_at_idx;
DROP TABLE IF EXISTS scan_runs;