You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(migrations) remove unnecessary postgres index on workspaces table
### Summary
This removes possibly existing index from users that have used an older
version of `2.1.0` migrations that added additional index on `unique`
column, which is not necessary as unique constraint already adds an index.
0 commit comments