mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-09 10:56:20 +00:00
5 lines
165 B
MySQL
5 lines
165 B
MySQL
|
-- Add migration script here
|
||
|
ALTER TABLE rooms DROP COLUMN enviroment;
|
||
|
ALTER TABLE rooms DROP COLUMN environment;
|
||
|
ALTER TABLE room_participants DROP COLUMN in_call;
|