Skip to content

Commit 9071f54

Browse files
Alexander Eyers-Tayloradityasharad
andauthored
Don't display destructive upgrades any more. (#1501)
* Don't display destructive upgrades any more. * Add change note * Update extensions/ql-vscode/CHANGELOG.md Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
1 parent 0aa34a5 commit 9071f54

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

extensions/ql-vscode/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [UNRELEASED]
44

5+
- Removed the ability to manually upgrade databases from the context menu on databases. Databases are non-destructively upgraded automatically so
6+
for most users this was not needed. For advanced users this is still available in the Command Palette. [#1501](https://github.com/github/vscode-codeql/pull/1501)
7+
58
## 1.6.12 - 1 September 2022
69

710
- Add ability for users to download databases directly from GitHub. [#1485](https://github.com/github/vscode-codeql/pull/1485)

extensions/ql-vscode/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -724,11 +724,6 @@
724724
"group": "9_qlCommands",
725725
"when": "view == codeQLDatabases"
726726
},
727-
{
728-
"command": "codeQLDatabases.upgradeDatabase",
729-
"group": "9_qlCommands",
730-
"when": "view == codeQLDatabases"
731-
},
732727
{
733728
"command": "codeQLDatabases.renameDatabase",
734729
"group": "9_qlCommands",

0 commit comments

Comments
 (0)