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:
parent
2f18a0dcf7
commit
15212b2139
|
@ -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
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue