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 2 3ALTER TABLE room_participants ADD COLUMN in_call BOOL NOT NULL DEFAULT FALSE;