chore: keep old field data for role profile around [frappe]
From: https://github.com/frappe/frappe/commit/37489d37151b1f33c4730e7dd8741dc856402c25
Date: 2024-02-10 13:45:55+05:30
By: Ankush Menat
chore: keep old field data for role profile around
Avoids potential data loss, it will get cleaned up over time.
This is a commit that is not part of any pull request.
Diagnostics
Conflicts detected for source commit: 37489d37151b1f33c4730e7dd8741dc856402c25
- DU frappe/patches/v15_0/migrate_role_profile_to_table_multi_select.py
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-commit-37489d37151b1f
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease