fix in syntax of owner match patch

This commit is contained in:
Anand Doshi 2012-07-17 13:08:46 +05:30
parent 5d4aaaa8a7
commit 26ca2c8c77

View File

@ -1,5 +1,5 @@
def execute():
import webnotes
webnotes.conn.sql("""\
update `tabDocPerm` set match=NULL
update `tabDocPerm` set `match`=NULL
where parent='Event' and role='All' and permlevel=0""")