Skip to content

Commit

Permalink
Include migration pk type in db config
Browse files Browse the repository at this point in the history
  • Loading branch information
nkezhaya committed Oct 18, 2019
1 parent f6471f6 commit 86a7df3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/stripe_mock/database.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ defmodule StripeMock.Database do
database: database,
hostname: host,
port: port,
pool_size: 2
pool_size: 2,
migration_primary_key: [type: :string]
]

{:ok, config}
Expand Down

0 comments on commit 86a7df3

Please sign in to comment.