Fix sqlDropColumn description (#4422)

This commit is contained in:
Geoff Young
2019-03-13 01:06:16 -07:00
committed by Karl Burtram
parent ebd187ec06
commit 965da0535a
+1 -1
View File
@@ -92,7 +92,7 @@
"\tDROP COLUMN [${1:ColumnName}]", "\tDROP COLUMN [${1:ColumnName}]",
"GO" "GO"
], ],
"description": "Add a new column to a Table" "description": "Drop a column from a Table"
}, },
"Select rows from a Table or a View": { "Select rows from a Table or a View": {