3 lines
98 B
SQL
3 lines
98 B
SQL
-- Add up migration script here
|
|
ALTER TABLE v2_job_queue ALTER COLUMN __created_by DROP NOT NULL;
|