15 lines
298 B
Plaintext
15 lines
298 B
Plaintext
|
|
|
||
|
|
|
||
|
|
INSERT INTO [dbo].[DefaultProperties]
|
||
|
|
([PropertyId]
|
||
|
|
,[PropertyName]
|
||
|
|
,[DefaultValue])
|
||
|
|
VALUES
|
||
|
|
(306
|
||
|
|
,'DefaultSensorCalibrationBehavior'
|
||
|
|
,'NonLinearIfAvailable')
|
||
|
|
|
||
|
|
UPDATE dbo.TestSetups SET CalibrationBehavior = 1
|
||
|
|
|
||
|
|
|