Actions
Defect #30488
closedMissing migration for Comment table
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Database
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I just finished upgrading this plugin https://github.com/matsukei/redmine_send_issue_reply_email to work on Redmine 4.0
and when i run the tests, i received this error
ActiveRecord::Fixture::FixtureError: table "comments" has no columns named "content"
After checking the Comment model, i believe there's a missing migration that would add "content" to the Comments table.
My stack is:- Ruby 2.4.1
- Rails 5.2
- Redmine 4.0.0
Actions