Run migration

This commit is contained in:
Kitaiti Makoto 2022-01-30 01:16:51 +09:00
parent 82df86d09e
commit 458d87fef1
1 changed files with 3 additions and 2 deletions

View File

@ -75,9 +75,9 @@ table! {
} }
table! { table! {
email_blocklist(id){ email_blocklist (id) {
id -> Int4, id -> Int4,
email_address -> VarChar, email_address -> Text,
note -> Text, note -> Text,
notify_user -> Bool, notify_user -> Bool,
notification_text -> Text, notification_text -> Text,
@ -316,6 +316,7 @@ allow_tables_to_appear_in_same_query!(
blogs, blogs,
comments, comments,
comment_seers, comment_seers,
email_blocklist,
email_signups, email_signups,
follows, follows,
instances, instances,