Skip to content

Commit

Permalink
Add db update to correct column type of Longitude in Events and Serve…
Browse files Browse the repository at this point in the history
…rs table
  • Loading branch information
Isaac Connor committed Aug 25, 2023
1 parent 194c5a0 commit 79b7550
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions db/zm_update-1.37.43.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE `Servers` MODIFY `Longitude` DECIMAL(11,8);
ALTER TABLE `Events` MODIFY `Longitude` DECIMAL(11,8);
2 changes: 1 addition & 1 deletion distros/redhat/zoneminder.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.37.42
1.37.43

0 comments on commit 79b7550

Please sign in to comment.