zed/crates/collab/migrations/20240502180204_remove_old_remote_projects.sql
Conrad Irwin 1abd58070b
Slicker remote project creation (#11309)
Inline the editor into the modal

Release Notes:

- N/A

---------

Co-authored-by: Bennet <bennetbo@gmx.de>
2024-05-02 12:46:52 -06:00

2 lines
80 B
SQL

ALTER TABLE projects DROP COLUMN remote_project_id;
DROP TABLE remote_projects;