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 f1a001fd..d10c9fcf 100644
--- a/src/db/schemas/mysql/schema.rs
+++ b/src/db/schemas/mysql/schema.rs
@@ -15,6 +15,7 @@ table! {
updated_at -> Datetime,
user_uuid -> Nullable<Text>,
organization_uuid -> Nullable<Text>,
+ key -> Nullable<Text>,
atype -> Integer,
name -> Text,
notes -> Nullable<Text>,