Skip to content

Commit 1ed4f1c

Browse files
update docs
1 parent cc17a0d commit 1ed4f1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/ecto/adapters/postgres.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ defmodule Ecto.Adapters.Postgres do
120120
alongside Ecto, you must define a type module with your extensions.
121121
Create a new file anywhere in your application with the following:
122122
123-
Postgrex.Types.define(MyApp.PostgresTypes,
124-
[MyExtension.Foo, MyExtensionBar] ++ Ecto.Adapters.Postgres.extensions())
123+
Postgrex.Types.define(MyApp.PostgresTypes, [MyExtension.Foo, MyExtensionBar])
125124
126125
Once your type module is defined, you can configure the repository to use it:
127126

0 commit comments

Comments
 (0)