R1/R2 refactor

This commit is contained in:
Michał Zieliński
2024-12-31 09:49:28 +01:00
parent 259e626e6b
commit 3d1fccc9e0
4 changed files with 26 additions and 12 deletions

View File

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