I don't know why this never has the right # of coumns, so let's be specific

This commit is contained in:
Isaac Connor 2014-07-09 11:44:07 -04:00
parent 8f88e2a6c0
commit 5c27ba8b1f
1 changed files with 1 additions and 1 deletions

View File

@ -46,4 +46,4 @@ EXECUTE stmt;
-- Add default zone preset
--
INSERT INTO ZonePresets VALUES (NULL,'Default','Active','Percent','Blobs',25,NULL,3,75,3,3,3,75,2,NULL,1,NULL,0,0);
INSERT INTO ZonePresets (Name,Type,Units,CheckMethod, MinPixelThreshold, MaxPixelThreshold, MinAlarmPixels, MaxAlarmPixels, FilterX, FilterY, MinFilterPixels, MaxFilterPixels, MinBlobPixels, MaxBlobPixels, MinBlobs, MaxBlobs, OverloadFrames ) VALUES ('Default','Active','Percent','Blobs',25,NULL,3,75,3,3,3,75,2,NULL,1,NULL,0);