mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
2870d4882d
* feat: Retry for scheduled scripts * rename scheduldedscriptwithretry to singlescriptflow * Schedule options under tabs
3 lines
84 B
SQL
3 lines
84 B
SQL
-- Add down migration script here
|
|
ALTER TABLE schedule DROP COLUMN IF EXISTS retry;
|