Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1ALTER TABLE projects DROP COLUMN dev_server_project_id; 2ALTER TABLE projects DROP COLUMN hosted_project_id; 3 4DROP TABLE hosted_projects; 5DROP TABLE dev_server_projects; 6DROP TABLE dev_servers;