Last active
December 31, 2015 20:49
-
-
Save mastertheknife/8042406 to your computer and use it in GitHub Desktop.
SQL commands for the video branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER TABLE `Monitors` ADD `SaveJPEGs` TINYINT NOT NULL DEFAULT '3' AFTER `Deinterlacing` , | |
ADD `VideoWriter` TINYINT NOT NULL DEFAULT '0' AFTER `SaveJPEGs` , | |
ADD `EncoderParameters` TEXT NOT NULL AFTER `VideoWriter` ; | |
ALTER TABLE `Events` ADD `DefaultVideo` VARCHAR( 64 ) NOT NULL AFTER `AlarmFrames` ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment