alter the type of the Channel field to match the update that occurred in 1.23.3

pull/2022/head
Isaac Connor 2017-12-11 15:09:41 -05:00
parent 0d9f330356
commit 833ae0ee8f
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ CREATE TABLE `MonitorPresets` (
`Name` varchar(64) NOT NULL default '',
`Type` enum('Local','Remote','File','Ffmpeg','Libvlc','cURL') NOT NULL default 'Local',
`Device` tinytext,
`Channel` tinytext,
`Channel` tinyint(3) unsigned default NULL,
`Format` int(10) unsigned default NULL,
`Protocol` varchar(16) default NULL,
`Method` varchar(16) default NULL,