Allow undated reconstructed events
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user