Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove uniqueness requirement for area's L-R indices #376

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

vnugent
Copy link
Contributor

@vnugent vnugent commented Jan 2, 2024

  • 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.
  • Removed old index in staging and prod db

Fix #375

@vnugent vnugent merged commit 5055dbe into develop Jan 3, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't set area left-right index
1 participant