Change column name emoji_reactions_count_per_account to emoji_reaction_accounts_count
This commit is contained in:
parent
b8aefa0930
commit
81f32dee4f
5 changed files with 19 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
class AddEmojiReactionsCountPerAccountToStatusStats < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :status_stats, :emoji_reactions_count_per_account, :integer, null: false, default: 0
|
||||
add_column :status_stats, :emoji_reaction_accounts_count, :integer, null: false, default: 0
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue