mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-09 02:44:49 +00:00
855acb948c
Blocked on: #7741 Release Notes: - N/A
4 lines
165 B
SQL
4 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;
|