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
+6
View File
@@ -0,0 +1,6 @@
ALTER TABLE osint.note_exhibits
ADD COLUMN presentation_kind TEXT NOT NULL DEFAULT 'luggage'
CHECK (presentation_kind IN ('luggage', 'lined_sheet'));
COMMENT ON COLUMN osint.note_exhibits.presentation_kind IS
'Visual presentation of a note exhibit. Notebook tear-outs use lined_sheet; ordinary working notes use luggage.';