Skip to content

Commit

Permalink
Update to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Engel committed May 27, 2022
1 parent 7438f39 commit 582626b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private static void VerifySchemaTable(string schemaItemName, string[] testColumn

using (SqlConnection connection = new SqlConnection(builder.ConnectionString))
{
// Connect to the database then retrieve the schema information.
// Connect to the database then retrieve the schema information
connection.Open();
DataTable table = connection.GetSchema(schemaItemName);

Expand Down

0 comments on commit 582626b

Please sign in to comment.