This website requires JavaScript.
Explore
Help
Register
Sign In
kikobar
/
mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
0
mirror of
https://github.com/kikobar/mastodon.git
synced
2024-11-07 10:21:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
597767a9f7
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 17:19:32 +00:00
Fabricator
(
:status_stat
)
do
status_id
nil
Autofix Rubocop Style/StringLiterals (#23695)
2023-02-18 22:38:14 +00: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 17:19:32 +00:00
end
Reference in a new issue
Copy permalink