diff --git a/crates/collab/migrations/20240213200201_remove_unused_room_columns.sql b/crates/collab/migrations/20240213200201_remove_unused_room_columns.sql new file mode 100644 index 0000000000..dc4897af48 --- /dev/null +++ b/crates/collab/migrations/20240213200201_remove_unused_room_columns.sql @@ -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;