We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef00aa9 commit a098684Copy full SHA for a098684
1 file changed
lib/ecto/adapters/postgres.ex
@@ -99,9 +99,7 @@ defmodule Ecto.Adapters.Postgres do
99
"""
100
101
# Inherit all behaviour from Ecto.Adapters.SQL
102
- use Ecto.Adapters.SQL,
103
- driver: :postgrex,
104
- migration_lock: "FOR UPDATE"
+ use Ecto.Adapters.SQL, driver: :postgrex
105
106
# And provide a custom storage implementation
107
@behaviour Ecto.Adapter.Storage
0 commit comments