Files
DP44/DataPRO/Modules/Database/DatabaseMigrationScripts/MigrationScripts/Version80/dbo.Add_SensorDefaultSettings.sql

11 lines
313 B
MySQL
Raw 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');