mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-10 12:36:11 +00:00
bdf59b8f06
Release Notes: - N/A
3 lines
166 B
SQL
3 lines
166 B
SQL
-- Add migration script here
|
|
|
|
CREATE UNIQUE INDEX uix_channels_parent_path_name ON channels(parent_path, name) WHERE (parent_path IS NOT NULL AND parent_path != '');
|