mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-10 12:36:11 +00:00
c008c78e87
Release Notes: - N/A --------- Co-authored-by: Max <max@zed.dev>
4 lines
159 B
SQL
4 lines
159 B
SQL
-- Add migration script here
|
|
|
|
DROP INDEX index_channels_on_parent_path;
|
|
CREATE INDEX index_channels_on_parent_path ON channels (parent_path text_pattern_ops);
|