data_transformation 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,4 @@
|
|
1
1
|
namespace :db do
|
2
|
-
task :load_config => :rails_env do
|
3
|
-
DataTransformation::Transformer.migration_paths = Rails.application.paths['db/transforms'].to_a
|
4
|
-
end
|
5
|
-
|
6
2
|
desc "Transform the database (options: VERSION=x, VERBOSE=false)."
|
7
3
|
task :transform => :environment do
|
8
4
|
module ActiveRecord
|