Skip to content

Commit

Permalink
chore: Change autoname to v13 compatible value (#31407)
Browse files Browse the repository at this point in the history
- 'autoincrement' is present only in v14
- 'hash' is automatically still used in tables but change value for safety
  • Loading branch information
marination authored Jun 20, 2022
1 parent b3169ed commit e982abb
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"actions": [],
"autoname": "autoincrement",
"autoname": "hash",
"creation": "2022-05-31 17:34:39.825537",
"doctype": "DocType",
"engine": "InnoDB",
Expand Down Expand Up @@ -42,14 +42,13 @@
"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",
"naming_rule": "Autoincrement",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_order": "DESC",
"states": []
"sort_order": "DESC"
}

0 comments on commit e982abb

Please sign in to comment.