Files
gupi-osint-board/migrations/012_nullable_event_occurrence.sql
T

5 lines
215 B
SQL
Raw 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';