Elasticsearch coerces dynamic: true to dynamic: 'true'. This causes migrations to always think they need to run, if we have a dynamic mapping that is a boolean rather than a string.
I've got a fix locally already, but I want to add regression tests around this.
Elasticsearch coerces
dynamic: truetodynamic: 'true'. This causes migrations to always think they need to run, if we have a dynamic mapping that is a boolean rather than a string.I've got a fix locally already, but I want to add regression tests around this.