Thursday 29 September 2022

Remove unwanted columns in the Database

 bench --site [my_site] console

from frappe.model.meta import trim_tables

trim_tables()

No comments:

Post a Comment