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
97 B
SQL
3 lines
97 B
SQL
-- Remove dynamic_skip column from schedule table
|
|
ALTER TABLE schedule DROP COLUMN dynamic_skip;
|