Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1-- Add migration script here 2ALTER TABLE projects ALTER COLUMN host_user_id DROP NOT NULL; 3ALTER TABLE projects ADD COLUMN hosted_project_id INTEGER REFERENCES hosted_projects(id) UNIQUE NULL;