Skip to content

Commit

Permalink
Merge bc22c54 into 7d71e56
Browse files Browse the repository at this point in the history
  • Loading branch information
FirestarJes authored Jan 23, 2025
2 parents 7d71e56 + bc22c54 commit dc4f5cd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
INSERT INTO [dbo].[GridArea] ([Id], [Code], [Name], [Type], [PriceAreaCode], [ValidFrom], [FullFlexDate], [ChangedByIdentityId])
VALUES
(NEWID(), '921', 'Net 921', 2, 1, CONVERT(datetime, '01-01-1950 00:00:00', 105), CONVERT(datetime, '01-02-2021 00:00:00', 105), '00000000-FFFF-FFFF-FFFF-000000000000'),
(NEWID(), '922', 'Net 922', 2, 2, CONVERT(datetime, '01-01-1950 00:00:00', 105), CONVERT(datetime, '01-02-2021 00:00:00', 105), '00000000-FFFF-FFFF-FFFF-000000000000')

0 comments on commit dc4f5cd

Please sign in to comment.