mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
merged deprecate account balance
This commit is contained in:
@@ -5,8 +5,8 @@ def execute():
|
||||
# add index
|
||||
webnotes.conn.commit()
|
||||
try:
|
||||
webnotes.conn.sql("""create index item_code_warehouse
|
||||
on `tabDelivery Note Packing Item` (item_code, warehouse)""")
|
||||
webnotes.conn.sql("""alter table `tabDelivery Note Packing Item`
|
||||
add index item_code_warehouse (item_code, warehouse)""")
|
||||
except:
|
||||
pass
|
||||
webnotes.conn.begin()
|
||||
|
||||
Reference in New Issue
Block a user