Commit aa03c96f authored by Nick Thomas's avatar Nick Thomas

Merge branch 'fix-es-migration' into ce-to-ee-wednesday

parents 87c65cf3 0a731589
...@@ -28,7 +28,7 @@ class MigrateOldElasticsearchSettings < ActiveRecord::Migration ...@@ -28,7 +28,7 @@ class MigrateOldElasticsearchSettings < ActiveRecord::Migration
.set(settings[:elasticsearch_url] => urls.join(',')) .set(settings[:elasticsearch_url] => urls.join(','))
.where(settings[:id].eq(id)) .where(settings[:id].eq(id))
connection.exec_update(updater.to_sql) connection.exec_update(updater.to_sql, self.class.name, [])
end end
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