@@ -1,5 +1,5 | |||
|
1 |
# |
|
|
2 |
# Copyright (C) 2006-20 |
|
|
1 | # Redmine - project management software | |
|
2 | # Copyright (C) 2006-2011 Jean-Philippe Lang | |
|
3 | 3 | # |
|
4 | 4 | # This program is free software; you can redistribute it and/or |
|
5 | 5 | # modify it under the terms of the GNU General Public License |
@@ -758,10 +758,10 namespace :redmine do | |||
|
758 | 758 | prompt('Trac database encoding', :default => 'UTF-8') {|encoding| TracMigrate.encoding encoding} |
|
759 | 759 | prompt('Target project identifier') {|identifier| TracMigrate.target_project_identifier identifier} |
|
760 | 760 | puts |
|
761 | ||
|
761 | ||
|
762 | 762 | # Turn off email notifications |
|
763 | 763 | Setting.notified_events = [] |
|
764 | ||
|
764 | ||
|
765 | 765 | TracMigrate.migrate |
|
766 | 766 | end |
|
767 | 767 | end |
General Comments 0
You need to be logged in to leave comments.
Login now