Remove: #372 ドメインブロックにおいて、DBの不要なカラムを削除 (#471)

This commit is contained in:
KMY(雪あすか) 2024-01-17 12:15:18 +09:00 committed by GitHub
parent b0ce0a8dab
commit 537f49e816
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 44 additions and 38 deletions

View file

@ -78,6 +78,7 @@ namespace :dangerous do
20230223102416
20230222232121
20240117021025
20240117022353
)
# Removed: account_groups
target_tables = %w(
@ -128,10 +129,10 @@ namespace :dangerous do
%w(domain_blocks reject_new_follow),
%w(domain_blocks reject_reply),
%w(domain_blocks reject_reply_exclude_followers),
%w(domain_blocks reject_send_dissubscribable),
%w(domain_blocks reject_send_media),
%w(domain_blocks reject_send_not_public_searchability),
%w(domain_blocks reject_send_public_unlisted),
# Removed: domain_blocks reject_send_dissubscribable
# Removed: domain_blocks reject_send_media
# Removed: domain_blocks reject_send_not_public_searchability
# Removed: domain_blocks reject_send_public_unlisted
# Removed: domain_blocks reject_send_unlisted_dissubscribable
%w(domain_blocks reject_send_sensitive),
%w(domain_blocks reject_straight_follow),