mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-02 18:51:34 +03:00
855acb948c
Blocked on: #7741 Release Notes: - N/A
5 lines
165 B
SQL
5 lines
165 B
SQL
-- Add migration script here
|
|
ALTER TABLE rooms DROP COLUMN enviroment;
|
|
ALTER TABLE rooms DROP COLUMN environment;
|
|
ALTER TABLE room_participants DROP COLUMN in_call;
|