Skip to content

Add primary key to article follower table to fix has many through association

The article follower table does not have the primary key. When we have has_many through association this key is needed. I made some tests for increase and decrease followers_count column that was not working properly because of this

Merge request reports