mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 12:19:28 +00:00
parent
e01a606616
commit
bdf59b8f06
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
-- Add migration script here
|
||||
|
||||
CREATE UNIQUE INDEX uix_channels_parent_path_name ON channels(parent_path, name) WHERE (parent_path IS NOT NULL);
|
||||
CREATE UNIQUE INDEX uix_channels_parent_path_name ON channels(parent_path, name) WHERE (parent_path IS NOT NULL AND parent_path != '');
|
||||
|
|
Loading…
Reference in a new issue