Fix sql files
This commit is contained in:
parent
132e0a1798
commit
d0d72672a7
|
@ -362,7 +362,6 @@ CREATE TABLE `Monitors` (
|
|||
`MaxFPS` decimal(5,2) default NULL,
|
||||
`AlarmMaxFPS` decimal(5,2) default NULL,
|
||||
`FPSReportInterval` smallint(5) unsigned NOT NULL default '250',
|
||||
`AnalysisInterval` smallint(5) unsigned NOT NULL default '1',
|
||||
`RefBlendPerc` tinyint(3) unsigned NOT NULL default '6',
|
||||
`AlarmRefBlendPerc` tinyint(3) unsigned NOT NULL default '6',
|
||||
`Controllable` tinyint(3) unsigned NOT NULL default '0',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--
|
||||
-- This updates a 1.28.99 database to 1.28.100
|
||||
-- This updates a 1.28.100 database to 1.28.101
|
||||
--
|
||||
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue