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 rooms DROP COLUMN enviroment; 3ALTER TABLE rooms DROP COLUMN environment; 4ALTER TABLE room_participants DROP COLUMN in_call;