5 lines
152 B
Python
5 lines
152 B
Python
def execute():
|
|
import webnotes
|
|
webnotes.conn.sql("""\
|
|
update `tabDocPerm` set `match`=NULL
|
|
where parent='Event' and role='All' and permlevel=0""") |