Remove ImagePath from Events table.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@816 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2004-02-06 09:21:44 +00:00
parent 2f18a0dcf7
commit 15212b2139
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
--
alter table Zones change column AlarmThreshold MinPixelThreshold smallint unsigned;
alter table Zones add column MaxPixelThreshold smallint unsigned after MinPixelThreshold;
alter table Events drop column ImagePath;
--
-- These are optional, but we might as well
--