diff --git a/frappe/patches.txt b/frappe/patches.txt index 0d46a2e3dd..1287dfb990 100644 --- a/frappe/patches.txt +++ b/frappe/patches.txt @@ -180,4 +180,4 @@ frappe.patches.v12_0.rename_uploaded_files_with_proper_name frappe.patches.v13_0.queryreport_columns frappe.patches.v13_0.jinja_hook frappe.patches.v13_0.update_notification_channel_if_empty -frappe.patches.v13_0.update_workspace +frappe.patches.v13_0.update_workspace2_0 diff --git a/frappe/patches/v13_0/update_workspace.py b/frappe/patches/v13_0/update_workspace2_0.py similarity index 100% rename from frappe/patches/v13_0/update_workspace.py rename to frappe/patches/v13_0/update_workspace2_0.py