Feat: Add missing dwc fields and picklist to models#7878
Open
CarolineDenis wants to merge 21 commits intomainfrom
Open
Feat: Add missing dwc fields and picklist to models#7878CarolineDenis wants to merge 21 commits intomainfrom
CarolineDenis wants to merge 21 commits intomainfrom
Conversation
Contributor
Author
|
todo:
|
added 16 commits
April 1, 2026 21:13
foozleface
added a commit
to calacademy-research/specify7-fixes
that referenced
this pull request
Apr 9, 2026
Upstream's PR specify#7878 (add missing DwC fields) claims migration 0045. Renumber ours to 0046-0049 so they chain after it: 0045 (upstream) → 0046 (tectonicunit indexes) → 0047 (spqueryfield DwC columns) → 0048 (tree performance indexes) → 0049 (fix index definitions) Export migrations updated to depend on 0047.
foozleface
added a commit
to calacademy-research/specify7-fixes
that referenced
this pull request
Apr 9, 2026
…pecify#7482) Adds ~20 missing indexes via migrations 0046/0048/0049: - NodeNumber/HighestChildNodeNumber on all 6 tree tables - GUID indexes on Locality and CollectionObject - Compound index on Determination(collectionmemberid, iscurrent) - Compound index on CollectionObjectGroupJoin(parentcog, isprimary) - TaxonRankID index Note: Migration numbering assumes upstream PR specify#7878 (0045) merges first. May need renumbering depending on merge order.
This was referenced Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #7602
Warning
This PR affects database migrations. See migration testing instructions.
Checklist
self-explanatory (or properly documented)
specify7/specifyweb/specify/management/commands/run_key_migration_functions.py
Line 50 in ea04665
Testing instructions