Closed
Description
On trying to rename a doctype with emoji on the name ( Test 🎈
) I get
pymysql.err.OperationalError: (1267, "Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'")
If I try to create another doc with the same name but different emoji ( Test 🎉
)
ERPNext: v15.48.4 (HEAD)
Frappe Framework: v15.52.0 (HEAD)