init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
INSERT INTO [dbo].[DefaultProperties]
|
||||
([PropertyId]
|
||||
,[PropertyName]
|
||||
,[DefaultValue])
|
||||
VALUES
|
||||
(404
|
||||
,'ApplySensorDataToBlankChannels'
|
||||
,'True'),
|
||||
(405
|
||||
,'ShowOptionsWhenApplyingSensorToBlankChannel'
|
||||
,'True');
|
||||
Reference in New Issue
Block a user