Add db update to correct column type of Longitude in Events and Servers table

This commit is contained in:
Isaac Connor
2023-08-25 12:49:14 -04:00
parent 194c5a0628
commit 79b755047a
3 changed files with 4 additions and 2 deletions

2
db/zm_update-1.37.43.sql Normal file
View File

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

View File

@@ -24,7 +24,7 @@
%endif
Name: zoneminder
Version: 1.37.42
Version: 1.37.43
Release: 1%{?dist}
Summary: A camera monitoring and analysis tool
Group: System Environment/Daemons

View File

@@ -1 +1 @@
1.37.42
1.37.43