Files
windmill/backend/migrations/20240804220655_deploy_ui_config.down.sql
wendrul af0e901954 feat: deployment UI filter deployable items (#4183)
* Add column to workspace settings table

* Add endpoint to change the deploy UI settings

* Make frontend page to edit UI settings

* Prepare sqlx

* Add deployment restrictions to frontend

* Fix function name

* Change dependency to minimatch, CE compatibility

* Remove default include_path

* Remove picomatch types (old dep)

* Use empty list instead of globstar as default

* All deployable if config is null
2024-08-05 13:27:13 +02:00

3 lines
88 B
SQL

-- Add down migration script here
ALTER TABLE workspace_settings DROP COLUMN deploy_ui;