lib/tasks/bpluser_tasks.rake in bpluser-0.2.0 vs lib/tasks/bpluser_tasks.rake in bpluser-0.2.0.1
- old
+ new
@@ -6,12 +6,12 @@
# end
# APP_ROOT = File.expand_path("../..", __FILE__)
namespace :bpluser do
- namespace :install do
+ namespace :update do
desc 'Copy over the updated migrations needed for new version'
- task update_migrations: :environment do
+ task migrations: :environment do
ENV['MIGRATIONS_PATH'] = 'db/update_migrate'
if Rake::Task.task_defined?('bpluser:install:migrations')
Rake::Task['bpluser:install:migrations'].invoke
else