Bug 322 - Added missing zone preset

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1951 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan
2006-05-03 14:38:17 +00:00
parent 9e4e31a702
commit b7cd9dc258

18
db/zm_update-1.22.1.sql Normal file
View File

@@ -0,0 +1,18 @@
--
-- This updates a 1.22.1 database to 1.22.2
--
--
-- Add missing zone preset
--
insert into ZonePresets values (6,'Best, high sensitivity','Active','Percent','Blobs',20,NULL,8,NULL,3,3,6,NULL,5,NULL,1,NULL);
--
-- These are optional, but we might as well do it now
--
optimize table Frames;
optimize table Events;
optimize table Filters;
optimize table Zones;
optimize table Monitors;
optimize table Stats;