mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
6 lines
218 B
SQL
6 lines
218 B
SQL
-- Add down migration script here
|
|
ALTER TABLE script DROP COLUMN timeout;
|
|
ALTER TABLE script DROP COLUMN delete_after_use;
|
|
ALTER TABLE script DROP COLUMN restart_unless_cancelled;
|
|
ALTER TABLE flow DROP COLUMN timeout;
|