Project

General

Profile

Actions

Defect #30488

closed

Missing migration for Comment table

Added by Thibault Mutabazi over 6 years ago. Updated over 6 years ago.

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

Also available in: Atom PDF