init
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
INSERT INTO [dbo].[DAS] ([SerialNumber],
|
||||
[Type],
|
||||
[MaxModules],
|
||||
[MaxMemory],
|
||||
[MaxSampleRate],
|
||||
[MinSampleRate],
|
||||
[FirmwareVersion],
|
||||
[CalDate],
|
||||
[ProtocolVersion],
|
||||
[LastModified],
|
||||
[LastModifiedBy],
|
||||
[Version],
|
||||
[LocalOnly],
|
||||
[LastUsed],
|
||||
[LastUsedBy],
|
||||
[Connection],
|
||||
[Channels],
|
||||
[Position],
|
||||
[ChannelTypes],
|
||||
[Reprogramable],
|
||||
[Reconfigurable],
|
||||
[IsModule],
|
||||
[PositionOnDistributor],
|
||||
[PositionOnChain],
|
||||
[Port],
|
||||
[ParentDAS])
|
||||
VALUES ('PowerPRO Prototype',
|
||||
37,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
'H0A1',
|
||||
'1970-01-01 00:00:00.000',
|
||||
1,
|
||||
'2019-11-18 00:00:00.000',
|
||||
'DATAPRO_SYSTEM',
|
||||
1,
|
||||
0,
|
||||
'1970-01-01 00:00:00.000',
|
||||
'',
|
||||
'',
|
||||
0,
|
||||
'Prototype',
|
||||
'',
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
'')
|
||||
Reference in New Issue
Block a user