Skip to content

Commit

Permalink
Fix sqlDropColumn description (microsoft#4422)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffYoung authored and kburtram committed Mar 13, 2019
1 parent ebd187e commit 965da05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/mssql/snippets/mssql.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"\tDROP COLUMN [${1:ColumnName}]",
"GO"
],
"description": "Add a new column to a Table"
"description": "Drop a column from a Table"
},

"Select rows from a Table or a View": {
Expand Down

0 comments on commit 965da05

Please # to comment.