Files
creator-hub/internal/creator/migrations/024_event_processing_times.sql

3 lines
91 B
SQL

ALTER TABLE creator_event
ADD COLUMN IF NOT EXISTS processing_finished_at timestamptz;