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 3DROP INDEX index_channels_on_parent_path; 4CREATE INDEX index_channels_on_parent_path ON channels (parent_path text_pattern_ops);