This website requires JavaScript.
Explore
Help
Sign In
mirror
/
whippy-edition
Watch
1
Star
0
Fork
0
You've already forked whippy-edition
mirror of
https://github.com/whippyshou/mastodon
synced
2024-12-24 19:48:22 +09:00
Code
0cfdd1a401
whippy-edition
/
spec
/
fabricators
/
status_stat_fabricator.rb
7 lines
121 B
Ruby
Raw
Normal View
History
Unescape
Escape
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
2018-08-15 02:19:32 +09:00
Fabricator
(
:status_stat
)
do
status_id
nil
Autofix Rubocop Style/StringLiterals (#23695)
2023-02-19 07:38:14 +09:00
replies_count
''
reblogs_count
''
favourites_count
''
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
2018-08-15 02:19:32 +09:00
end
Copy Permalink