cleanup property setter patch

This commit is contained in:
Nabin Hait 2012-05-02 10:32:28 +05:30
parent 8d6917dc04
commit 50a0cadb9f
2 changed files with 3 additions and 0 deletions

View File

View File

@ -0,0 +1,3 @@
def execute():
import webnotes
webnotes.conn.sql("delete from `tabProperty Setter` where property in ('width', 'previous_field')")