Allow undated reconstructed events

This commit is contained in:
2026-08-14 19:57:22 +02:00
parent 703b9652c9
commit d99deb3c06
10 changed files with 60 additions and 17 deletions
@@ -0,0 +1,4 @@
ALTER TABLE osint.event_exhibits
ALTER COLUMN occurred_at DROP NOT NULL;
COMMENT ON COLUMN osint.event_exhibits.occurred_at IS 'Optional reconstructed occurrence time; never inferred from exhibit creation time';