Added the database update file for 1.26.5 with includes the AlarmRefBlendPerc option

This commit is contained in:
Kfir Itzhak 2013-11-07 16:29:02 +02:00
parent fd656c55cf
commit c08e4de42e
1 changed files with 9 additions and 0 deletions

9
db/zm_update-1.26.5.sql Normal file
View File

@ -0,0 +1,9 @@
--
-- This updates a 1.26.4 database to 1.26.5
--
--
-- Add AlarmRefBlendPerc field for controlling the reference image blend percent during alarm (see pull request #241)
--
ALTER TABLE `Monitors` ADD `AlarmRefBlendPerc` TINYINT(3) UNSIGNED NOT NULL DEFAULT '3' AFTER `RefBlendPerc`;