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