Files
2026-04-17 14:55:32 -04:00

11 lines
313 B
Transact-SQL

INSERT INTO [dbo].[DefaultProperties]
([PropertyId]
,[PropertyName]
,[DefaultValue])
VALUES
(404
,'ApplySensorDataToBlankChannels'
,'True'),
(405
,'ShowOptionsWhenApplyingSensorToBlankChannel'
,'True');