Skip to content

Commit f6ada17

Browse files
Update mssql.json (#1623)
Misleading description for dropping a column.
1 parent 41ff096 commit f6ada17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/mssql.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"\tDROP COLUMN ${1:ColumnName}",
116116
"GO"
117117
],
118-
"description": "Add a new column to a Table"
118+
"description": "Drop a column from a Table"
119119
},
120120

121121
"Select rows from a Table or a View": {

0 commit comments

Comments
 (0)