mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
dae1933a8c
* feat: workspace default app * sqlx prepare * rebase migration * Redirect from home page * move redirect to the workspaces page * sqlx prepare * auto redirect when only one workspace and load user before redirecting * Add check for operator * refresh userstore before redirecting to workspace app * check for superadmin * revert node_modules * revert package-lock.json
3 lines
90 B
SQL
3 lines
90 B
SQL
-- Add down migration script here
|
|
ALTER TABLE workspace_settings DROP COLUMN default_app;
|