get rid of mistyped zmaFPS and zmcFPS

This commit is contained in:
Isaac Connor 2017-11-16 09:14:26 -05:00
parent e23a12b22f
commit d411ed329b
1 changed files with 0 additions and 2 deletions

View File

@ -431,8 +431,6 @@ CREATE TABLE `Monitors` (
`Status` enum('Unknown','NotRunning','Running','NoSignal','Signal') NOT NULL default 'Unknown',
`CaptureFPS` DECIMAL(10,2) NOT NULL default 0,
`AnalysisFPS` DECIMAL(5,2) NOT NULL default 0,
`zmcFPS` DECIMAL(5,2) NOT NULL default 0,
`zmaFPS` DECIMAL(5,2) NOT NULL default 0,
PRIMARY KEY (`Id`)
) ENGINE=@ZM_MYSQL_ENGINE@;