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

5 lines
129 B
SQL

-- Add down migration script here
ALTER TABLE schedule ADD COLUMN script_hash BIGINT;
ALTER TABLE schedule DROP COLUMN is_flow;