fix: add patch to delete old workspaces [frappe] PR#3832
From: https://github.com/frappe/hrms/pull/3832
Date: 2025-12-12 16:51:45+00:00
- fix: add patch to delete old workspaces (#3832)
Diagnostics
Suspicious changes found (Dokos Only / dokos):
* 9984ec068547f9a35b68a22d2e5ba9e01d7adcea fix: add patch to delete old workspaces (#3832)
```diff
```
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-3832
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-3832
# 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