blob: 3f9b65cd93fe713da49d175c64a0bf963737e981 [file] [log] [blame]
Rushabh Mehtae67d1fb2013-08-05 14:59:54 +05301# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
2# License: GNU General Public License v3. See license.txt
3
Rushabh Mehta49dc5da2012-08-03 16:02:24 +05304from __future__ import unicode_literals
Nabin Hait8d972902012-07-31 14:12:23 +05305def execute():
6 import webnotes
7 webnotes.conn.sql("update `tabDocPerm` set permlevel = 0 where parent = 'Bin'")