Add emoji_reactions_count_per_account
This commit is contained in:
parent
1efc51313d
commit
fed859a7d6
5 changed files with 28 additions and 13 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddEmojiReactionsCountPerAccountToStatusStats < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :status_stats, :emoji_reactions_count_per_account, :integer, null: false, default: 0
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue