mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
ae8d37fc34
* feat: add dynamic skip for schedules * npm check * accidental rename * fixing tests * Update SQLx metadata * simplify api / queries --------- Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
3 lines
140 B
SQL
3 lines
140 B
SQL
-- Revert singlestepflow back to singlescriptflow in job_kind enum
|
|
ALTER TYPE job_kind RENAME VALUE 'singlestepflow' TO 'singlescriptflow';
|