T5 processor
This commit is contained in:
7
WebAPI/Helpers/DbSeed/CreateRecord.sql
Normal file
7
WebAPI/Helpers/DbSeed/CreateRecord.sql
Normal 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');
|
||||
Reference in New Issue
Block a user