Merge commit '8a412f0f59
' into kb_migration
This commit is contained in:
commit
1582bb0610
7 changed files with 29 additions and 25 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