Skip to content

Commit 850915c

Browse files
author
Nicolas Rodriguez
committed
Update migration task name
1 parent 430654a commit 850915c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/tasks/migration_tools.rake

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ namespace :redmine_git_hosting do
104104
end
105105

106106

107-
desc "Migrate to v0.8 version"
108-
task :migrate_to_v08 => [:environment] do
107+
desc "Migrate to v1.0 version"
108+
task :migrate_to_v1 => [:environment] do
109109
## First step : rename migrations in DB
110110
task('redmine_git_hosting:migration_tools:fix_migration_numbers').invoke
111111
## Migrate DB only for redmine_git_hosting plugin

0 commit comments

Comments
 (0)