blob: 559af01a2c896c30205578275600afeb257316c1 [file] [log] [blame]
Rushabh Mehtaad45e312013-11-20 12:59:58 +05301# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
Rushabh Mehtae67d1fb2013-08-05 14:59:54 +05302# License: GNU General Public License v3. See license.txt
3
Nabin Hait9db3b6d2012-12-13 18:36:49 +05304def execute():
5 import webnotes
6 webnotes.conn.sql("""update `tabCustom Script`
Anand Doshi72d2a622012-12-13 19:35:32 +05307 set script = replace(script, 'createLocal', 'wn.model.make_new_doc_and_get_name')
8 where script_type='Client'""")