diff --git a/lib/ecto/schema.ex b/lib/ecto/schema.ex index 77ee07fc57..e7450aae03 100644 --- a/lib/ecto/schema.ex +++ b/lib/ecto/schema.ex @@ -387,7 +387,7 @@ defmodule Ecto.Schema do Or if using MySQL: - config :mariaex, :json_library, YourLibraryOfChoice + config :myxql, :json_library, YourLibraryOfChoice If changing the JSON library, remember to recompile the adapter afterwards by cleaning the current build: