5 lines
103 B
Python
5 lines
103 B
Python
import frappe
|
|
|
|
|
|
def execute():
|
|
frappe.db.change_column_type("__Auth", column="password", type="TEXT")
|