Skip to content

Commit

Permalink
Fix incorrect Has/UseCollection
Browse files Browse the repository at this point in the history
Fixes #303
  • Loading branch information
roji committed Sep 7, 2023
1 parent 1bf0870 commit 2a4fdf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PostgreSQL also allows you to specify collations at the database level, when it
```c#
protected override void OnModelCreating(ModelBuilder modelBuilder)
{
modelBuilder.HasCollation("<collation_name>");
modelBuilder.UseCollation("<collation_name>");
}
```

Expand Down

0 comments on commit 2a4fdf0

Please sign in to comment.