style: fix errormsg to refer postgres instead of mariadb by pgruener [frappe] PR#31146
From: https://github.com/frappe/frappe/pull/31146
Date: 2025-02-05 14:48:11+01:00
- style: fix errormsg to refer postgres instead of mariadb
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-31146
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-31146
# 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