Skip to content

Commit

Permalink
Grow Devices.model DB field to 64 chars (fixup)
Browse files Browse the repository at this point in the history
This change complements commit 26ce91b .
See bluecherrydvr#647
  • Loading branch information
Andriy Utkin committed Jan 29, 2024
1 parent 2acfe18 commit 6fe14cc
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 6fe14cc

Please sign in to comment.