Skip to content

Commit

Permalink
Merge pull request #5 from benstepp/bs/issues
Browse files Browse the repository at this point in the history
feat: update guide regarding configuration
  • Loading branch information
benstepp authored Sep 26, 2024
2 parents d81c004 + 77fc7f3 commit 158c6cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/using_ksuid_as_default.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ default. See also the **Repo Configuration** section of `Ecto.Migration`.
```elixir
# config/config.exs
config :my_app, MyApp.Repo,
migration_primary_key: [name: :id, type: :"char(27)"],
migration_foreign_key: [name: :id, type: :"char(27)"]
migration_primary_key: [type: :"char(27)"],
migration_foreign_key: [type: :"char(27)"]
```

2. Create migrations as you normally would.
Expand Down

0 comments on commit 158c6cf

Please sign in to comment.