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