remove resume length check

This commit is contained in:
Ruben Fiszel
2024-01-26 15:53:18 +01:00
parent e11c3f4e9c
commit 3bb7845cf7
2 changed files with 4 additions and 0 deletions
@@ -0,0 +1 @@
-- Add down migration script here
@@ -0,0 +1,3 @@
-- Add up migration script here
ALTER TABLE resume_job
DROP CONSTRAINT resume_job_value_check;