mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 14:27:59 -05:00
Bump to 1.37.75 for creation of Index on Monitor_Status UpdatedOn
This commit is contained in:
@@ -644,6 +644,7 @@ CREATE TABLE `Monitor_Status` (
|
||||
`UpdatedOn` TIMESTAMP NOT NULL default CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY (`MonitorId`)
|
||||
) ENGINE=@ZM_MYSQL_ENGINE@;
|
||||
CREATE INDEX Monitor_Status_UpdatedOn_idx on Monitor_Status(UpdatedOn);
|
||||
|
||||
DROP TABLE IF EXISTS `Event_Summaries`;
|
||||
CREATE TABLE `Event_Summaries` (
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
%global zmtargetdistro %{?rhel:el%{rhel}}%{!?rhel:fc%{fedora}}
|
||||
|
||||
Name: zoneminder
|
||||
Version: 1.37.74
|
||||
Version: 1.37.75
|
||||
Release: 1%{?dist}
|
||||
Summary: A camera monitoring and analysis tool
|
||||
Group: System Environment/Daemons
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.37.74
|
||||
1.37.75
|
||||
|
||||
Reference in New Issue
Block a user