Rushabh Mehta | e67d1fb | 2013-08-05 14:59:54 +0530 | [diff] [blame] | 1 | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. |
2 | # License: GNU General Public License v3. See license.txt | ||||
3 | |||||
Rushabh Mehta | 49dc5da | 2012-08-03 16:02:24 +0530 | [diff] [blame] | 4 | from __future__ import unicode_literals |
Nabin Hait | 8d97290 | 2012-07-31 14:12:23 +0530 | [diff] [blame] | 5 | def execute(): |
6 | import webnotes | ||||
7 | webnotes.conn.sql("update `tabDocPerm` set permlevel = 0 where parent = 'Bin'") |