zed/crates/collab/migrations/20240315183903_channel_parent_path_not_null.sql
Conrad Irwin dd33330648
Finish migration to role instead of is_admin (#9414)
Release Notes:

- Fixed a bug signing in for five users
([#4323](https://github.com/zed-industries/zed/issues/4323)).
2024-03-15 13:04:48 -06:00

3 lines
82 B
SQL

-- Add migration script here
ALTER TABLE channels ALTER parent_path SET NOT NULL;