Nabin Hait | 9db3b6d | 2012-12-13 18:36:49 +0530 | [diff] [blame] | 1 | def execute(): |
2 | import webnotes | ||||
3 | webnotes.conn.sql("""update `tabCustom Script` | ||||
Anand Doshi | 72d2a62 | 2012-12-13 19:35:32 +0530 | [diff] [blame] | 4 | set script = replace(script, 'createLocal', 'wn.model.make_new_doc_and_get_name') |
5 | where script_type='Client'""") |