3 lines
91 B
SQL
3 lines
91 B
SQL
ALTER TABLE creator_event
|
|
ADD COLUMN IF NOT EXISTS processing_finished_at timestamptz;
|