Commit 5b27684f authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in 0_post_deployment_migrations.rb

parent 6c7c6440
...@@ -11,7 +11,6 @@ unless ENV['SKIP_POST_DEPLOYMENT_MIGRATIONS'] ...@@ -11,7 +11,6 @@ unless ENV['SKIP_POST_DEPLOYMENT_MIGRATIONS']
# path just yet. As such we must also update the following list of paths. # path just yet. As such we must also update the following list of paths.
ActiveRecord::Migrator.migrations_paths << path ActiveRecord::Migrator.migrations_paths << path
end end
<<<<<<< HEAD
end end
migrate_paths = Rails.application.config.paths['db/migrate'].to_a migrate_paths = Rails.application.config.paths['db/migrate'].to_a
...@@ -21,6 +20,4 @@ migrate_paths.each do |migrate_path| ...@@ -21,6 +20,4 @@ migrate_paths.each do |migrate_path|
Rails.application.config.paths['db/migrate'] << ee_migrate_path.to_s Rails.application.config.paths['db/migrate'] << ee_migrate_path.to_s
ActiveRecord::Migrator.migrations_paths << ee_migrate_path.to_s ActiveRecord::Migrator.migrations_paths << ee_migrate_path.to_s
=======
>>>>>>> upstream/master
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment