This website requires JavaScript.
Explore
Help
Register
Sign In
zelo72
/
mastodon
mirror of
https://github.com/mastodon/mastodon
Watch
2
Star
2
Fork
You've already forked mastodon
1
Code
Issues
9
Releases
Wiki
Activity
65ba0d92ef
mastodon
/
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-14 19:19:32 +02:00
Fabricator
(
:status_stat
)
do
status_id
nil
Autofix Rubocop Style/StringLiterals (#23695)
2023-02-18 23:38:14 +01: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-14 19:19:32 +02:00
end