From 458d87fef17e16ac13297fbe89a9848ab58d381b Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sun, 30 Jan 2022 01:16:51 +0900 Subject: [PATCH] Run migration --- plume-models/src/schema.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plume-models/src/schema.rs b/plume-models/src/schema.rs index db492a08..70be8419 100644 --- a/plume-models/src/schema.rs +++ b/plume-models/src/schema.rs @@ -75,9 +75,9 @@ table! { } table! { - email_blocklist(id){ + email_blocklist (id) { id -> Int4, - email_address -> VarChar, + email_address -> Text, note -> Text, notify_user -> Bool, notification_text -> Text, @@ -316,6 +316,7 @@ allow_tables_to_appear_in_same_query!( blogs, comments, comment_seers, + email_blocklist, email_signups, follows, instances,