T5 processor

This commit is contained in:
Michał Zieliński
2024-12-20 08:45:19 +01:00
parent c4e8e29d6a
commit 70d7f9abe1
24 changed files with 666 additions and 20 deletions

View File

@@ -0,0 +1,7 @@
INSERT INTO [diunabi-morska].[dbo].[Records]
([Id], [Code], [Desc1], [CreatedAt], [ModifiedAt], [CreatedById], [ModifiedById], [IsDeleted], [LayerId])
VALUES ((SELECT NEWID()), 'Source', 'FK',
GETDATE(), GETDATE(), '117be4f0-b5d1-41a1-a962-39dc30cce368', '117be4f0-b5d1-41a1-a962-39dc30cce368', 0,
'e5315187-5bcb-496a-8c63-4c6575e7e04c');