move db update script so it gets used. Bump version to 1.37.1 for db update

This commit is contained in:
Isaac Connor 2021-07-05 09:32:39 -04:00
parent 7e8a064725
commit 6373ef9be7
3 changed files with 6 additions and 2 deletions

1
db/zm_update-1.37.1.sql Normal file
View File

@ -0,0 +1 @@
ALTER TABLE `Monitors` MODIFY `Longitude` DECIMAL(11,8);

View File

@ -36,7 +36,7 @@
%global _hardened_build 1
Name: zoneminder
Version: 1.37.0
Version: 1.37.1
Release: 1%{?dist}
Summary: A camera monitoring and analysis tool
Group: System Environment/Daemons
@ -430,6 +430,9 @@ ln -sf %{_sysconfdir}/zm/www/zoneminder.nginx.conf %{_sysconfdir}/zm/www/zonemin
%dir %attr(755,nginx,nginx) %{_localstatedir}/log/zoneminder
%changelog
* Mon Jul 05 2021 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.37.1-1
- 1.37.x development build
* Fri Jun 18 2021 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.37.0-1
- 1.37.x development build

View File

@ -1 +1 @@
1.37.0
1.37.1