Hi, thanks for this awesome gem, been using it for years! How to drop the comment created? ```ruby up do comment_on :column, :amount, "amount comment" end down do drop_comment_on :column, :amount # What's the method for drop? end ```
Hi, thanks for this awesome gem, been using it for years!
How to drop the comment created?