parent
0767212284
commit
aec832e257
9 changed files with 29 additions and 97 deletions
|
@ -0,0 +1,10 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class RemoveGroupAttrsFromAccounts < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
safety_assured do
|
||||
remove_column :accounts, :group_allow_private_message, :boolean
|
||||
remove_column :account_stats, :group_activitypub_count, :integer
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue