summaryrefslogtreecommitdiff
path: root/src/db/schemas/postgresql/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/schemas/postgresql/schema.rs')
-rw-r--r--src/db/schemas/postgresql/schema.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/schemas/postgresql/schema.rs b/src/db/schemas/postgresql/schema.rs
index 64786fb9..518a7c03 100644
--- a/src/db/schemas/postgresql/schema.rs
+++ b/src/db/schemas/postgresql/schema.rs
@@ -15,6 +15,7 @@ table! {
updated_at -> Timestamp,
user_uuid -> Nullable<Text>,
organization_uuid -> Nullable<Text>,
+ key -> Nullable<Text>,
atype -> Integer,
name -> Text,
notes -> Nullable<Text>,