Exclude staff from CLA check
This commit is contained in:
parent
8ce7594a26
commit
1fd72d26cb
2 changed files with 14 additions and 8 deletions
|
@ -17,6 +17,7 @@ pub struct Model {
|
|||
pub inviter_id: Option<UserId>,
|
||||
pub connected_once: bool,
|
||||
pub metrics_id: Uuid,
|
||||
pub created_at: DateTime,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue