Move status counters to separate table, count replies (#8104)
* Move status counters to separate table, count replies * Migration to remove old counter columns from statuses table * Fix schema file
This commit is contained in:
parent
018a9e4e7f
commit
8e111b753a
10 changed files with 142 additions and 32 deletions
5
spec/models/status_stat_spec.rb
Normal file
5
spec/models/status_stat_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe StatusStat, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue