Skip to content

Commit

Permalink
fix typo in README.md (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManderO9 authored Oct 8, 2024
1 parent 3b5d4cc commit f3e1321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ Have another naming convention in mind? Open an issue or even submit a PR - it's

## Important notes

* If you have an existing database, adding this naming convention will cause a migration to produced, renaming everything. Be very cautious when doing this (the process currently involves dropping and recreating primary keys).
* If you have an existing database, adding this naming convention will cause a migration to be produced, renaming everything. Be very cautious when doing this (the process currently involves dropping and recreating primary keys).
* This plugin will work with any relational database provider and isn't related to PostgreSQL or Npgsql in any way.
* This is a community-maintained plugin: it isn't an official part of Entity Framework Core and isn't supported by Microsoft in any way.

0 comments on commit f3e1321

Please sign in to comment.