I have a filter that deletes motion-detection's during night. Filter stopped working after upgrade to 1.36.
What should I use instead of EndTime?
Log:
Can't execute filter 'SELECT E.*, unix_timestamp(E.StartDateTime) as Time FROM Events as E WHERE ( E.Archived = 0 and E.Cause = 'Motion' and ( extract( hour_second from E.StartDateTime ) > extract( hour_second from '2021-05-16 20:00:00' ) or E.EndTime < extract( hour_second from '2021-05-16 05:30:00' ) ) ) ORDER BY E.Id ASC LIMIT 0,100', ignoring: Unknown column 'E.EndTime' in 'where clause'
No more "EndTime"?
-
- Posts: 494
- Joined: Sun Jun 29, 2014 1:12 pm
- Location: Melbourne, AU
Re: No more "EndTime"?
EndDateTime looks like StartTime got fixed but not EndTime
Production Zoneminder 1.37.x (Living dangerously)
Random Selection of Cameras (Dahua and Hikvision)
Random Selection of Cameras (Dahua and Hikvision)