Files
windmill/backend/migrations/20240126145102_remove_payload_limit_for_resume.up.sql
2024-01-26 15:54:05 +01:00

4 lines
95 B
SQL

-- Add up migration script here
ALTER TABLE resume_job
DROP CONSTRAINT resume_job_value_check;