Changed order of updates.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@897 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2004-02-26 11:10:17 +00:00
parent c91e5e7eca
commit e6843bb98d
1 changed files with 1 additions and 1 deletions

View File

@ -4,8 +4,8 @@
-- Make changes to Filter table
--
alter table Zones add column CheckMethod enum('AlarmedPixels','FilteredPixels','Blobs') NOT NULL default 'Blobs' after AlarmRGB;
alter table Filters drop column MonitorId;
alter table Filters drop index FilterIDX;
alter table Filters drop column MonitorId;
update Filters set AutoArchive = 0, AutoDelete = 0, AutoUpload = 0, AutoEmail = 0, AutoMessage = 0;
--
-- These are optional, but we might as well