Merge pull request from anandpdoshi/master

remove previous field property setter
This commit is contained in:
Anand Doshi 2011-12-22 01:50:07 -08:00
commit 99479bdb7f

View File

@ -0,0 +1,6 @@
import webnotes
def execute():
webnotes.conn.sql("""\
DELETE FROM `tabProperty Setter`
WHERE property='previous_field'
""")