Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Dec 9, 2024
1 parent 64063b5 commit 88a985e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/tasks/dangerous.rake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ namespace :dangerous do
end

target_migrations = %w(
20241208232829
20240828123604
20240709063700
20240426233435
Expand Down Expand Up @@ -143,6 +144,7 @@ namespace :dangerous do
# Removed: account_stats group_activitypub_count
%w(account_statuses_cleanup_policies keep_self_emoji),
%w(account_statuses_cleanup_policies min_emojis),
%w(antennas favourite),
%w(conversations ancestor_status_id),
%w(conversations inbox_url),
%w(custom_emojis aliases),
Expand Down Expand Up @@ -172,6 +174,7 @@ namespace :dangerous do
%w(domain_blocks reject_send_sensitive),
%w(domain_blocks reject_straight_follow),
%w(favourites uri),
%w(lists favourite),
%w(lists notify),
%w(statuses limited_scope),
%w(statuses markdown),
Expand Down

0 comments on commit 88a985e

Please sign in to comment.