mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-10 12:36:11 +00:00
5 lines
159 B
MySQL
5 lines
159 B
MySQL
|
-- 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);
|