]> cat aescling's git repositories - mastodon.git/commit
Fix account counters being overwritten by parallel writes (#12045)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 2 Oct 2019 02:59:37 +0000 (04:59 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Oct 2019 02:59:37 +0000 (04:59 +0200)
commit62f60e86c281ae1cd0356a7630dbb76069e2ffde
tree9cf86a85bd836cab976dbff365a265f8735dd30f
parent9e3e3fa5ee3b63506e0fd6192c8357a012b98d7a
Fix account counters being overwritten by parallel writes (#12045)
app/models/account_stat.rb
db/migrate/20191001213028_add_lock_version_to_account_stats.rb [new file with mode: 0644]
db/schema.rb
spec/models/account_stat_spec.rb