fix patches.txt
This commit is contained in:
parent
debf0f2b5f
commit
84a0fbd1d8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
patch=replace(patch, '.4_0.', '.v4_0.')""") #2014-05-12
|
||||
execute:frappe.db.sql("""update `tabPatch Log` set patch=replace(patch, '.4_0.', '.v4_0.')""") #2014-05-12
|
||||
execute:frappe.reload_doc('core', 'doctype', 'doctype', force=True) #2014-01-24
|
||||
execute:frappe.reload_doc('core', 'doctype', 'docfield', force=True) #2014-03-01
|
||||
execute:frappe.reload_doc('core', 'doctype', 'docperm') #2014-06-04
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue