Changed order of updates.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@897 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
c91e5e7eca
commit
e6843bb98d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue