aboutsummaryrefslogtreecommitdiff
path: root/src/db/schemas/mysql/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/schemas/mysql/schema.rs')
-rw-r--r--src/db/schemas/mysql/schema.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/schemas/mysql/schema.rs b/src/db/schemas/mysql/schema.rs
index 58ec55a2..fa84ed05 100644
--- a/src/db/schemas/mysql/schema.rs
+++ b/src/db/schemas/mysql/schema.rs
@@ -169,6 +169,7 @@ table! {
user_uuid -> Text,
device_uuid -> Text,
device_name -> Text,
+ device_type -> Integer,
login_time -> Timestamp,
ip_address -> Text,
}