Refine board notes, clipping evidence, and case reports

This commit is contained in:
2026-08-22 23:19:46 +02:00
parent 189a98cc64
commit fae5200846
19 changed files with 256 additions and 124 deletions
+9
View File
@@ -0,0 +1,9 @@
UPDATE osint.exhibits AS exhibit
SET width = 220,
height = 272,
updated_at = NOW()
FROM osint.document_exhibits AS document
WHERE document.exhibit_id = exhibit.id
AND document.capture_kind_id = 'clipping'
AND exhibit.width = 210
AND exhibit.height = 194;