issues
search
OpenBeta
/
openbeta-graphql
The open source rock climbing API
https://openbeta.io
GNU Affero General Public License v3.0
41
stars
32
forks
source link
fix: remove uniqueness requirement for area's L-R indices
#376
Closed
vnugent
closed
10 months ago
vnugent
commented
10 months ago
[x] Removed area left-to-right index unique flag and related code. Since child areas are nested documents in the parent area, we have to create a compound index on the parent.area_id + child area's left-right-index, which is not possible.
[x] Removed old index in staging and prod db
Fix #375
Fix #375