Remove LearnState from Events table

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2531 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2008-07-16 08:32:22 +00:00
parent b83c3a46d2
commit 9137a61831
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ insert into MonitorPresets values ('','Axis IP, mpeg4, RTP/RTSP','Remote',NULL,N
insert into MonitorPresets values ('','Axis IP, mpeg4, RTP/RTSP/HTTP','Remote',NULL,NULL,NULL,'rtsp','rtpRtspHttp','<ip-address>',554,'/mpeg4/media.amp','/trackID=',NULL,NULL,4,NULL,0,NULL,NULL,NULL,100,100);
insert into MonitorPresets values ('','ACTi IP, mpeg4, unicast','Remote',NULL,NULL,NULL,'rtsp','rtpUni','<ip-address>',7070,'','/track',NULL,NULL,4,NULL,0,NULL,NULL,NULL,100,100);
--
-- Get rid of never used columnn Learn State
--
alter table Events drop column LearnState;
--
-- These are optional, but we might as well do it now
--