mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 04:36:24 +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;
|