mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-10 04:27:40 +00:00
dd33330648
Release Notes: - Fixed a bug signing in for five users ([#4323](https://github.com/zed-industries/zed/issues/4323)).
4 lines
130 B
SQL
4 lines
130 B
SQL
-- Add migration script here
|
|
|
|
ALTER TABLE channel_members ALTER role SET NOT NULL;
|
|
ALTER TABLE channel_members DROP COLUMN admin;
|