Rename release channel to enviroment
This commit is contained in:
parent
40430cf01b
commit
d7d027bcf1
5 changed files with 11 additions and 11 deletions
|
@ -802,7 +802,7 @@ impl Database {
|
|||
let result = room::Entity::insert(room::ActiveModel {
|
||||
channel_id: ActiveValue::Set(Some(channel_id)),
|
||||
live_kit_room: ActiveValue::Set(live_kit_room.to_string()),
|
||||
release_channel: ActiveValue::Set(Some(enviroment.to_string())),
|
||||
enviroment: ActiveValue::Set(Some(enviroment.to_string())),
|
||||
..Default::default()
|
||||
})
|
||||
.exec(&*tx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue