PR 4 Couch to sql migration for CommCareBuild - #38078
Open
jingcheng16 wants to merge 1 commit into
Open
Conversation
jingcheng16
marked this pull request as ready for review
August 28, 2026 13:24
millerdev
approved these changes
Aug 28, 2026
millerdev
left a comment
Contributor
There was a problem hiding this comment.
Do you intend to update the documentation about scenarios where a PR 4 is necessary?
Contributor
Author
|
@millerdev Will do! Though I almost forget about it. 😂 @gherceg let's do it on monday! |
4 tasks
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.
Product Description
Technical Summary
PR 1: #37954
PR 2: #37955
PR 3: #37956
The last PR of couch to sql migration for CommCareBuild. PR 3 only dropped the
couch_idcolumn from Django model, and this PR is to remove it from the sql database.This PR should not be merged until PR 3 is merged for 6 weeks.
Feature Flag
Safety Assurance
Safety story
Tested locally. Straightforward migration.
Automated test coverage
QA Plan
Migrations
RemoveField,RenameField,RemoveConstraint, and others described here that can cause errors when migrations are applied to a live database.#37956
Rollback instructions
Labels & Review