diff --git a/db/zmalter-1.17.1.sql b/db/zmalter-1.17.1.sql index 9517064a1..bcedd219a 100644 --- a/db/zmalter-1.17.1.sql +++ b/db/zmalter-1.17.1.sql @@ -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 --