5 lines
137 B
Python
5 lines
137 B
Python
import frappe
|
|
|
|
|
|
def execute():
|
|
frappe.db.sql("ALTER TABLE __UserSettings CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;")
|