We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc17a0d commit 1ed4f1cCopy full SHA for 1ed4f1c
lib/ecto/adapters/postgres.ex
@@ -120,8 +120,7 @@ defmodule Ecto.Adapters.Postgres do
120
alongside Ecto, you must define a type module with your extensions.
121
Create a new file anywhere in your application with the following:
122
123
- Postgrex.Types.define(MyApp.PostgresTypes,
124
- [MyExtension.Foo, MyExtensionBar] ++ Ecto.Adapters.Postgres.extensions())
+ Postgrex.Types.define(MyApp.PostgresTypes, [MyExtension.Foo, MyExtensionBar])
125
126
Once your type module is defined, you can configure the repository to use it:
127
0 commit comments