mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
5 lines
129 B
SQL
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;
|
|
|