Files
windmill/backend/migrations/20240317084804_improve_cancelled_suspended_flow.up.sql

2 lines
105 B
SQL

-- Add up migration script here
ALTER TABLE resume_job ADD COLUMN approved BOOLEAN NOT NULL DEFAULT true;