Skip to content

Commit

Permalink
Remove unchanged change
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMysteriousX committed Mar 8, 2024
1 parent 407b465 commit 1829db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/db_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1973,8 +1973,8 @@ sensors:
- { Field: sensor_limit_low_warn, Type: double, 'Null': true, Extra: '' }
- { Field: sensor_alert, Type: tinyint, 'Null': false, Extra: '', Default: '1' }
- { Field: sensor_custom, Type: "enum('No','Yes')", 'Null': false, Extra: '', Default: 'No' }
- { Field: entPhysicalIndex, Type: varchar(64), 'Null': true, Extra: '', Default: 'NULL' }
- { Field: entPhysicalIndex_measured, Type: varchar(64), 'Null': true, Extra: '', Default: 'NULL' }
- { Field: entPhysicalIndex, Type: varchar(64), 'Null': true, Extra: '' }
- { Field: entPhysicalIndex_measured, Type: varchar(64), 'Null': true, Extra: '' }
- { Field: lastupdate, Type: timestamp, 'Null': false, Extra: 'on update CURRENT_TIMESTAMP', Default: CURRENT_TIMESTAMP }
- { Field: sensor_prev, Type: double, 'Null': true, Extra: '' }
- { Field: user_func, Type: varchar(100), 'Null': true, Extra: '' }
Expand Down

0 comments on commit 1829db3

Please sign in to comment.