* done * update sqlx * fix * fix openapi spec * fix * Update backend/windmill-api/openapi.yaml Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * nits * nits * fix * fix * update sqlx * unneeded * ok * update sqlx --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2 lines
106 B
SQL
2 lines
106 B
SQL
-- Add up migration script here
|
|
ALTER TABLE http_trigger ADD COLUMN enabled BOOLEAN DEFAULT TRUE NOT NULL; |