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
@@ -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;