Skip to content

Commit

Permalink
Merge pull request #657 from andrey-utkin/grow-devices-model-field-fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
curtishall authored Jan 29, 2024
2 parents 2acfe18 + 6fe14cc commit 2079c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/sql/schema_mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ CREATE TABLE `Devices` (
`ptz_serial_values` varchar(64) DEFAULT NULL,
`resolutionX` smallint(6) DEFAULT NULL,
`resolutionY` smallint(6) DEFAULT NULL,
`model` varchar(30) DEFAULT NULL,
`model` varchar(64) DEFAULT NULL,
`channel` int(11) NOT NULL DEFAULT '0',
`invert` tinyint(1) NOT NULL DEFAULT '0',
`audio_volume` smallint(6) DEFAULT '50',
Expand Down

0 comments on commit 2079c3d

Please sign in to comment.