Rename release channel to enviroment
This commit is contained in:
parent
40430cf01b
commit
d7d027bcf1
5 changed files with 11 additions and 11 deletions
|
@ -8,7 +8,7 @@ pub struct Model {
|
|||
pub id: RoomId,
|
||||
pub live_kit_room: String,
|
||||
pub channel_id: Option<ChannelId>,
|
||||
pub release_channel: Option<String>,
|
||||
pub enviroment: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue