Merge commit 'fed859a7d6
' into kb_migration
This commit is contained in:
commit
d52daef203
9 changed files with 42 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