Files
DP44/DataPRO/Modules/Database/DatabaseMigrationScripts/.svn/pristine/46/464f3912e7488d3f3c46433970fa5b18193b1eb1.svn-base

11 lines
313 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
INSERT INTO [dbo].[DefaultProperties]
([PropertyId]
,[PropertyName]
,[DefaultValue])
VALUES
(404
,'ApplySensorDataToBlankChannels'
,'True'),
(405
,'ShowOptionsWhenApplyingSensorToBlankChannel'
,'True');