Removes changeset migration

Changesets represent VCS commit messages. Thus, there is no point
migrating changesets because we do not migrate VCS commit messages as
well.
pull/454/head
Hagen Schink 11 years ago
parent 5f68109f0e
commit 600a9bc0a1
  1. 2
      db/migrate/20130920053735_migrate_text_references_to_issues_and_planning_elements.rb

@ -18,7 +18,6 @@ class MigrateTextReferencesToIssuesAndPlanningElements < ActiveRecord::Migration
COLUMNS_PER_TABLE = {
'boards' => ['description'],
'changesets' => ['comments'],
'journals' => ['notes'],
'messages' => ['content'],
'news' => ['summary', 'description'],
@ -26,7 +25,6 @@ class MigrateTextReferencesToIssuesAndPlanningElements < ActiveRecord::Migration
'wiki_contents' => ['text'],
'work_packages' => ['description'],
'changeset_journals' => ['comments'],
'message_journals' => ['content'],
'news_journals' => ['summary', 'description'],
'wiki_content_journals' => ['text'],

Loading…
Cancel
Save