mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-07-07 03:35:51 -04:00
4 lines
190 B
SQL
4 lines
190 B
SQL
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`;
|
|
|