Closed ArmandoMendoza closed 8 years ago
Thanks for the fix.
rails generate has_friendship
. Otherwise new users using 0.1.4 will have to run rails generate has_friendship
and rails generate has_friendship_update
to set up the tables. You can add a line after here.ping @ArmandoMendoza. Just want to see if you have some spare time to implement the fix. Thanks.
@sungwoncho sorry for the delay. I was full of work.
Thanks. Released as 1.0.0 because people need to run a migration. From now on, I will bump the major version whenever a new migration is added.
Hi @sungwoncho , I added a new generator to create the migrations for update the friendships table. The migration make the change necessary in the data of table.