Fix sqlDropColumn description (#4422)

This commit is contained in:
Geoff Young
2019-03-13 04:06:16 -04:00
committed by Karl Burtram
parent ebd187ec06
commit 965da0535a

View File

@@ -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": {