Fixes #988 Fix email_blocklist schema #1016

Merged
KitaitiMakoto merged 5 commits from block_list-schema into main 2022-01-29 16:38:36 +00:00
Showing only changes of commit 458d87fef1 - Show all commits

View file

@ -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,