brotherton-erpnext/erpnext/patches/remove_previous_field_property_setter.py

7 lines
130 B
Python
Raw Normal View History

2011-12-22 09:49:16 +00:00
import webnotes
def execute():
webnotes.conn.sql("""\
DELETE FROM `tabProperty Setter`
WHERE property='previous_field'
""")