feat: finish adding device name to login, register, and refresh endpoints
This commit is contained in:
parent
7872d2ec24
commit
fc061738fa
7 changed files with 21 additions and 29 deletions
|
@ -103,7 +103,7 @@ diesel::table! {
|
|||
token -> Varchar,
|
||||
uuid -> Uuid,
|
||||
created_at -> Int8,
|
||||
#[max_length = 16]
|
||||
#[max_length = 64]
|
||||
device_name -> Varchar,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue