4 lines
84 B
SQL
4 lines
84 B
SQL
-- Add down migration script here
|
|
ALTER TABLE completed_job
|
|
DROP COLUMN started_at;
|