Skip to content

Commit

Permalink
chore: remove unused indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed Jun 26, 2023
1 parent e81f001 commit 81d1b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions hrms/hr/doctype/attendance/attendance.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@
"label": "Attendance Date",
"oldfieldname": "attendance_date",
"oldfieldtype": "Date",
"reqd": 1,
"search_index": 1
"reqd": 1
},
{
"fetch_from": "employee.company",
Expand All @@ -149,8 +148,7 @@
"fieldname": "shift",
"fieldtype": "Link",
"label": "Shift",
"options": "Shift Type",
"search_index": 1
"options": "Shift Type"
},
{
"fieldname": "attendance_request",
Expand Down
3 changes: 1 addition & 2 deletions hrms/hr/doctype/shift_type/shift_type.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
"fieldname": "holiday_list",
"fieldtype": "Link",
"label": "Holiday List",
"options": "Holiday List",
"search_index": 1
"options": "Holiday List"
},
{
"fieldname": "column_break_3",
Expand Down

0 comments on commit 81d1b6c

Please sign in to comment.