Skip to content

Commit

Permalink
correct typo in create logging sql (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel authored Sep 27, 2023
1 parent 0bd81d7 commit d2a8090
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ INSERT [dbo].[z_DataLoadTaskStatus] ([ID], [status], [description]) VALUES (1, N
GO
INSERT [dbo].[z_DataLoadTaskStatus] ([ID], [status], [description]) VALUES (2, N'Ready', NULL)
GO
INSERT [dbo].[z_DataLoadTaskStatus] ([ID], [status], [description]) VALUES (3, N'Commited', NULL)
INSERT [dbo].[z_DataLoadTaskStatus] ([ID], [status], [description]) VALUES (3, N'Committed', NULL)
GO
SET IDENTITY_INSERT [dbo].[z_DataLoadTaskStatus] OFF
GO
Expand Down

0 comments on commit d2a8090

Please sign in to comment.