* 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
3 lines
88 B
SQL
3 lines
88 B
SQL
-- Add down migration script here
|
|
ALTER TABLE workspace_settings DROP COLUMN deploy_ui;
|