From 57f00ad53863adf7b040d0ff912d62c97239e77a Mon Sep 17 00:00:00 2001 From: Timothy Vanderaerden Date: Fri, 27 Sep 2024 14:01:22 +0200 Subject: [PATCH] Refer to `myxql` instead of `mariaex` in docs (#4511) --- lib/ecto/schema.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: