4 lines
95 B
SQL
4 lines
95 B
SQL
-- Add up migration script here
|
|
ALTER TABLE resume_job
|
|
DROP CONSTRAINT resume_job_value_check;
|