diff options
Diffstat (limited to 'db/migrate/007_create_journals.rb')
-rw-r--r-- | db/migrate/007_create_journals.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/007_create_journals.rb b/db/migrate/007_create_journals.rb index 63bdd2374..0d1201406 100644 --- a/db/migrate/007_create_journals.rb +++ b/db/migrate/007_create_journals.rb @@ -1,4 +1,4 @@ -class CreateJournals < ActiveRecord::Migration +class CreateJournals < ActiveRecord::Migration[4.2] # model removed, but needed for data migration class IssueHistory < ActiveRecord::Base; belongs_to :issue; end |