Skip to content

Commit a098684

Browse files
authored
Remove unused migration_lock option on Postgres adapter (#341)
1 parent ef00aa9 commit a098684

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/ecto/adapters/postgres.ex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ defmodule Ecto.Adapters.Postgres do
9999
"""
100100

101101
# Inherit all behaviour from Ecto.Adapters.SQL
102-
use Ecto.Adapters.SQL,
103-
driver: :postgrex,
104-
migration_lock: "FOR UPDATE"
102+
use Ecto.Adapters.SQL, driver: :postgrex
105103

106104
# And provide a custom storage implementation
107105
@behaviour Ecto.Adapter.Storage

0 commit comments

Comments
 (0)