Files
windmill/backend/migrations/20230522170237_schedule_on_failure.down.sql
Ruben Fiszel c93393d5c0 feat: schedule error handler (#1636)
* handleError

* revert

* all
2023-05-23 20:25:41 +02:00

3 lines
79 B
SQL

-- Add down migration script here
ALTER TABLE schedule DROP COLUMN on_failure;