Skip to content

Commit a49e499

Browse files
authored
Add generated option to macro in repo.ex (#4687)
1 parent beec41a commit a49e499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/repo.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ defmodule Ecto.Repo do
248248

249249
@doc false
250250
defmacro __using__(opts) do
251-
quote bind_quoted: [opts: opts] do
251+
quote bind_quoted: [opts: opts], generated: true do
252252
@behaviour Ecto.Repo
253253

254254
{otp_app, adapter, behaviours} =

0 commit comments

Comments
 (0)