]> git.openstreetmap.org Git - rails.git/commit
Add note and diary comments counts to the user profile
authorNenad Vujicic <nenadus@gmail.com>
Mon, 3 Jun 2024 12:58:23 +0000 (14:58 +0200)
committerNenad Vujicic <nenadus@gmail.com>
Fri, 7 Jun 2024 19:20:42 +0000 (21:20 +0200)
commita4d3d324ecc2e4535dd1e8fa62bac2bdd2951d5b
treec31d4dcfa5f3dce78f734fd4669644d9c2a45982
parent67be6616b0e69fcc275c44b9e8351ddab6e3ce4e
Add note and diary comments counts to the user profile

Fixes #1643
app/models/diary_comment.rb
app/models/note_comment.rb
app/models/user.rb
app/views/users/show.html.erb
db/migrate/20240605134916_add_notes_and_diary_comments_counter_caches.rb [new file with mode: 0644]
db/structure.sql