4 lines
133 B
Python
4 lines
133 B
Python
|
def execute():
|
||
|
import webnotes
|
||
|
webnotes.conn.sql("delete from `tabProperty Setter` where property in ('width', 'previous_field')")
|