chore: Change autoname to v13 compatible value (#31407)

- 'autoincrement' is present only in v14
- 'hash' is automatically still used in tables but change value for safety
This commit is contained in:
Marica
2022-06-20 17:09:52 +05:30
committed by GitHub
parent b3169edfc8
commit e982abbe4d

View File

@@ -1,6 +1,6 @@
{
"actions": [],
"autoname": "autoincrement",
"autoname": "hash",
"creation": "2022-05-31 17:34:39.825537",
"doctype": "DocType",
"engine": "InnoDB",
@@ -42,7 +42,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2022-06-06 14:50:35.161062",
"modified": "2022-06-20 15:10:15.826571",
"modified_by": "Administrator",
"module": "Manufacturing",
"name": "BOM Update Batch",
@@ -50,6 +50,5 @@
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_order": "DESC",
"states": []
"sort_order": "DESC"
}