* 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;
|