Skip to content

fix: use mariadb instead of mysql by akhilnarang [frappe] PR#37453

Bot Dokos requested to merge ft-pr-37453 into develop

From: https://github.com/frappe/erpnext/pull/37453
Date: 2023-10-10 17:45:42+00:00



Diagnostics

Cleaning files from denylist:
 .github/helper/install.sh                  |  75 ++++++++++++++
 .github/workflows/patch.yml                | 159 +++++++++++++++++++++++++++++
 .github/workflows/server-tests-mariadb.yml | 152 +++++++++++++++++++++++++++
 3 files changed, 386 insertions(+)


Cleaning files from denylist:
 .github/helper/install.sh                  |  75 ++++++++++++++
 .github/workflows/patch.yml                | 159 +++++++++++++++++++++++++++++
 .github/workflows/server-tests-mariadb.yml | 152 +++++++++++++++++++++++++++
 3 files changed, 386 insertions(+)



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-37453

# 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

Merge request reports