I don't know why this never has the right # of coumns, so let's be specific
This commit is contained in:
parent
8f88e2a6c0
commit
5c27ba8b1f
|
@ -46,4 +46,4 @@ EXECUTE stmt;
|
||||||
-- Add default zone preset
|
-- 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);
|
||||||
|
|
Loading…
Reference in New Issue