mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 02:29:55 +02:00
feat(diagnostics): harden ingestion and delivery
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE bugs ADD COLUMN occurred_at INTEGER;
|
||||
|
||||
-- Existing reports predate this field; their receipt time is the best available value.
|
||||
UPDATE bugs SET occurred_at = received_at WHERE occurred_at IS NULL;
|
||||
Reference in New Issue
Block a user