D6 - sell records
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user