mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -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,
|
`UpdatedOn` TIMESTAMP NOT NULL default CURRENT_TIMESTAMP,
|
||||||
PRIMARY KEY (`MonitorId`)
|
PRIMARY KEY (`MonitorId`)
|
||||||
) ENGINE=@ZM_MYSQL_ENGINE@;
|
) ENGINE=@ZM_MYSQL_ENGINE@;
|
||||||
|
CREATE INDEX Monitor_Status_UpdatedOn_idx on Monitor_Status(UpdatedOn);
|
||||||
|
|
||||||
DROP TABLE IF EXISTS `Event_Summaries`;
|
DROP TABLE IF EXISTS `Event_Summaries`;
|
||||||
CREATE TABLE `Event_Summaries` (
|
CREATE TABLE `Event_Summaries` (
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
%global zmtargetdistro %{?rhel:el%{rhel}}%{!?rhel:fc%{fedora}}
|
%global zmtargetdistro %{?rhel:el%{rhel}}%{!?rhel:fc%{fedora}}
|
||||||
|
|
||||||
Name: zoneminder
|
Name: zoneminder
|
||||||
Version: 1.37.74
|
Version: 1.37.75
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A camera monitoring and analysis tool
|
Summary: A camera monitoring and analysis tool
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
1.37.74
|
1.37.75
|
||||||
|
|||||||
Reference in New Issue
Block a user