From e532dd7dd90f5eb038f32b533238389d749a3620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 8 Dec 2025 17:51:10 +0100 Subject: [PATCH] Add generated option to macro in repo.ex --- lib/ecto/repo.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ecto/repo.ex b/lib/ecto/repo.ex index 6af07e8288..e97545463f 100644 --- a/lib/ecto/repo.ex +++ b/lib/ecto/repo.ex @@ -248,7 +248,7 @@ defmodule Ecto.Repo do @doc false defmacro __using__(opts) do - quote bind_quoted: [opts: opts] do + quote bind_quoted: [opts: opts], generated: true do @behaviour Ecto.Repo {otp_app, adapter, behaviours} =