You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't have a need for them in forums (or categories for that matter). So when I created the forums table I probably removed them from there, but didn't do it when I created the categories table.
A possible use case for forem_forums to have timestamp could be when we use key-based caching (with updated_at being part of the cache key).
If there is any new or updated posts, we can touch the belonging topic and in turns the belonging forum. We can then use the timestamp-based cache key to check against the cache.
Is that intentional or oversight?
created_at
andupdated_at
exists inforem_categories
,forem_topics
,forem_posts
.The text was updated successfully, but these errors were encountered: