mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix sqlDropColumn description (#4422)
This commit is contained in:
committed by
Karl Burtram
parent
ebd187ec06
commit
965da0535a
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user