mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Add db update to correct column type of Longitude in Events and Servers table
This commit is contained in:
2
db/zm_update-1.37.43.sql
Normal file
2
db/zm_update-1.37.43.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `Servers` MODIFY `Longitude` DECIMAL(11,8);
|
||||
ALTER TABLE `Events` MODIFY `Longitude` DECIMAL(11,8);
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.37.42
|
||||
1.37.43
|
||||
|
||||
Reference in New Issue
Block a user