mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-31 01:24:31 +03:00
c008c78e87
Release Notes: - N/A --------- Co-authored-by: Max <max@zed.dev>
5 lines
159 B
SQL
5 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);
|