Fix sql files

This commit is contained in:
Emmanuel Papin 2015-07-22 21:49:06 +02:00
parent 132e0a1798
commit d0d72672a7
2 changed files with 1 additions and 2 deletions

View File

@ -362,7 +362,6 @@ CREATE TABLE `Monitors` (
`MaxFPS` decimal(5,2) default NULL, `MaxFPS` decimal(5,2) default NULL,
`AlarmMaxFPS` decimal(5,2) default NULL, `AlarmMaxFPS` decimal(5,2) default NULL,
`FPSReportInterval` smallint(5) unsigned NOT NULL default '250', `FPSReportInterval` smallint(5) unsigned NOT NULL default '250',
`AnalysisInterval` smallint(5) unsigned NOT NULL default '1',
`RefBlendPerc` tinyint(3) unsigned NOT NULL default '6', `RefBlendPerc` tinyint(3) unsigned NOT NULL default '6',
`AlarmRefBlendPerc` tinyint(3) unsigned NOT NULL default '6', `AlarmRefBlendPerc` tinyint(3) unsigned NOT NULL default '6',
`Controllable` tinyint(3) unsigned NOT NULL default '0', `Controllable` tinyint(3) unsigned NOT NULL default '0',

View File

@ -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
-- --
-- --