We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2460c commit dfb744dCopy full SHA for dfb744d
lib/tasks/migration_tools.rake
@@ -104,8 +104,8 @@ namespace :redmine_git_hosting do
104
end
105
106
107
- desc "Migrate to v0.8 version"
108
- task :migrate_to_v08 => [:environment] do
+ desc "Migrate to v1.0 version"
+ task :migrate_to_v1 => [:environment] do
109
## First step : rename migrations in DB
110
task('redmine_git_hosting:migration_tools:fix_migration_numbers').invoke
111
## Migrate DB only for redmine_git_hosting plugin
0 commit comments