fix: remove mariadb sandbox mode comment before restoring backups by akhilnarang [frappe] PR#26855
From: https://github.com/frappe/frappe/pull/26855
Date: 2024-06-26 13:37:40+05:30
- fix: remove mariadb sandbox mode comment before restoring backups
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26855
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26855
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease