init
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,14 @@
|
||||
USE [DataPRO]
|
||||
GO
|
||||
|
||||
INSERT INTO [dbo].[DefaultProperties]
|
||||
([PropertyId]
|
||||
,[PropertyName]
|
||||
,[DefaultValue])
|
||||
VALUES
|
||||
(306
|
||||
,'DefaultSensorCalibrationBehavior'
|
||||
,'NonLinearIfAvailable')
|
||||
GO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user