Files
windmill/backend/migrations/20220320122733_schedule_flow.up.sql
Ruben Fiszel 2e132878e4 first commit
2022-05-05 04:25:58 +02:00

5 lines
211 B
SQL

-- Add up migration script here
ALTER TABLE schedule DROP COLUMN script_hash;
ALTER TABLE schedule ADD COLUMN is_flow boolean NOT NULL DEFAULT false;
ALTER TABLE schedule ALTER COLUMN script_path SET NOT NULL;;