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 channel_members ALTER role SET NOT NULL; 4ALTER TABLE channel_members DROP COLUMN admin;