Drop editor field in workspaces table as it is not used
MR:
- Remove references for editor field on workspaces (!167673 - merged) (Release M)
- Drop the editor field from the workspaces table (!167823 - merged) (Release M+1)
Description
Context: We are planning to update the name of the VS Code fork that is injected into workspaces because it causes confusion with the Gitlab Web IDE which are two different things Update name of VSCode fork in Workspace
We want to drop the editor field in the workspaces table because currently it defaults to webide which is not accurate and will need to be changed after workspaces VS Code fork has been renamed. Since this field is currently not being used anywhere we can just drop it, see discussion for more details.
Acceptance Criteria
-
Remove/update references for the workspaces.editorfield -
Drop the editorfield from theworkspacestable
Technical Requirements
Refer to dropping columns and follow all the steps to safely remove the editor field
Edited by Safwan Ahmed