* feat: Retry for scheduled scripts * rename scheduldedscriptwithretry to singlescriptflow * Schedule options under tabs
4 lines
155 B
SQL
4 lines
155 B
SQL
-- Add up migration script here
|
|
ALTER TABLE schedule ADD COLUMN IF NOT EXISTS retry JSONB;
|
|
ALTER TYPE JOB_KIND ADD VALUE IF NOT EXISTS 'singlescriptflow';
|