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(db-postgres): build indexes for relationships (#8446)
Fixes#8413 for 2.0, builds
indexes for `_rels` tables by default.
Does not port `unique: true` from
#8432 because could be a
breaking change if someone has incosistent unique data in the database.
0 commit comments