zoneminder/db/zm_update-1.26.0.sql

4 lines
190 B
MySQL
Raw Normal View History

2013-03-17 07:45:21 +08:00
ALTER TABLE `Monitors` ADD `Colours` TINYINT UNSIGNED NOT NULL DEFAULT '1' AFTER `Height`;
ALTER TABLE `Monitors` ADD `Deinterlacing` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `Orientation`;