Files

5 lines
215 B
SQL
Raw Permalink Normal View History

2026-08-14 19:57:22 +02:00
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';