Files
windmill/backend/migrations/20250804221654_add_auto_acknowledge_msg_to_gcp.down.sql
dieribaandRuben Fiszel 852bf064dc feat: togglable manual acknowledgement for gcp trigger (#6321)
* update

* done

* update repo ref

* nits

* update repo ref

* fix

* all

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-08-07 17:45:50 +00:00

3 lines
92 B
SQL

-- Add down migration script here
ALTER table gcp_trigger DROP COLUMN auto_acknowledge_msg;