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} =