mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
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;
|