Files
DP44/DataPRO/Modules/Database/DatabaseMigrationScripts/.svn/pristine/5f/5fd01a94b619e27b9659d8a20d3ca7ffa4aa8680.svn-base
2026-04-17 14:55:32 -04:00

52 lines
721 B
Plaintext

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,
'')