updated at cols + search by path

This commit is contained in:
aecsocket
2026-08-03 17:34:26 +01:00
parent 2e43f6a42b
commit c2705a0975
9 changed files with 72 additions and 34 deletions
@@ -0,0 +1,5 @@
ALTER TABLE delphi_issue_detail_verdicts
ADD COLUMN updated_at TIMESTAMPTZ NOT NULL DEFAULT NOW();
ALTER TABLE delphi_global_detail_verdicts
ADD COLUMN updated_at TIMESTAMPTZ NOT NULL DEFAULT NOW();