mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 16:03:47 +00:00
4 lines
83 B
SQL
4 lines
83 B
SQL
ALTER TABLE script_trigger
|
|
DROP COLUMN retry_count,
|
|
DROP COLUMN retry_delay_s;
|