diff --git a/backend/migrations/20240126145102_remove_payload_limit_for_resume.down.sql b/backend/migrations/20240126145102_remove_payload_limit_for_resume.down.sql new file mode 100644 index 0000000000..d2f607c5b8 --- /dev/null +++ b/backend/migrations/20240126145102_remove_payload_limit_for_resume.down.sql @@ -0,0 +1 @@ +-- Add down migration script here diff --git a/backend/migrations/20240126145102_remove_payload_limit_for_resume.up.sql b/backend/migrations/20240126145102_remove_payload_limit_for_resume.up.sql new file mode 100644 index 0000000000..136fba90c8 --- /dev/null +++ b/backend/migrations/20240126145102_remove_payload_limit_for_resume.up.sql @@ -0,0 +1,3 @@ +-- Add up migration script here +ALTER TABLE resume_job +DROP CONSTRAINT resume_job_value_check;