Skip to content

Commit

Permalink
add comment to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Aug 2, 2024
1 parent e69968f commit 387a269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/TestProjectWithExceptions/Tables/MyTable.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- This file has deliberate errors (a GO is missing)
CREATE TABLE [dbo].[MyTable]
(
Column1 nvarchar(100),
Expand Down
1 change: 1 addition & 0 deletions test/TestProjectWithExceptions/Tables/MyTable2.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- This file has deliberate errors (a GO is missing)
CREATE TABLE [dbo].[MyTable2]
(
Column1 nvarchar(100),
Expand Down

0 comments on commit 387a269

Please sign in to comment.