aboutsummaryrefslogtreecommitdiff
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 fcacb3ec..69571e8e 100644
--- a/src/db/schemas/postgresql/schema.rs
+++ b/src/db/schemas/postgresql/schema.rs
@@ -116,6 +116,7 @@ table! {
table! {
users (uuid) {
uuid -> Text,
+ enabled -> Bool,
created_at -> Timestamp,
updated_at -> Timestamp,
verified_at -> Nullable<Timestamp>,