feat: finish adding device name to login, register, and refresh endpoints

This commit is contained in:
Twig 2025-07-15 02:42:53 +02:00
parent 7872d2ec24
commit fc061738fa
No known key found for this signature in database
7 changed files with 21 additions and 29 deletions

View file

@ -103,7 +103,7 @@ diesel::table! {
token -> Varchar,
uuid -> Uuid,
created_at -> Int8,
#[max_length = 16]
#[max_length = 64]
device_name -> Varchar,
}
}