mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 18:46:49 +00:00
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;
|