drop columns (#7742)

Blocked on: #7741

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-02-14 14:30:48 -07:00 committed by GitHub
parent 54f82eb166
commit 855acb948c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
-- Add migration script here
ALTER TABLE rooms DROP COLUMN enviroment;
ALTER TABLE rooms DROP COLUMN environment;
ALTER TABLE room_participants DROP COLUMN in_call;