D6 - sell records

This commit is contained in:
Michał Zieliński
2025-07-07 16:54:29 +02:00
parent 45c37d8bd3
commit bf29367b0c
2 changed files with 105 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
INSERT INTO [diunabi-morska].[dbo].[Records]
([Id], [Code], [Desc1], [CreatedAt], [ModifiedAt], [CreatedById], [ModifiedById], [IsDeleted], [LayerId])
VALUES ((SELECT NEWID()), 'SourceLayerSell', 'L4187-P-2025-R1-T1',
VALUES ((SELECT NEWID()), 'Sell-Code-9091', '1208/',
GETDATE(), GETDATE(), '117be4f0-b5d1-41a1-a962-39dc30cce368', '117be4f0-b5d1-41a1-a962-39dc30cce368', 0,
'd1e6e8d2-a13b-421f-84cb-a9ccd5b1c6f5');