Skip to content

Commit

Permalink
Merge branch 'release-1.36' of github.com:ZoneMinder/zoneminder into …
Browse files Browse the repository at this point in the history
…release-1.36
  • Loading branch information
Isaac Connor committed Nov 6, 2024
2 parents 60b9f3e + 8248d4a commit 6f8f478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/zm_update-1.36.34.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SET @s = (SELECT IF(
AND column_name = 'UpdatedOn'
) > 0,
"SELECT 'Column UpdatedOn already exists in Monitor_Status'",
"ALTER TABLE `Monitor_Status` ADD `UpdatedOn` datetime NOT NULL AFTER CaptureBandwidth"
"ALTER TABLE `Monitor_Status` ADD `UpdatedOn` datetime AFTER CaptureBandwidth"
));

PREPARE stmt FROM @s;
Expand Down

0 comments on commit 6f8f478

Please sign in to comment.