diff --git a/README.md b/README.md index aa00501..5fcad27 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# nullinside-api +# nullinside-api [![CodeQL](https://github.com/nullinside-development-group/nullinside-api/workflows/CodeQL/badge.svg)](https://github.com/nullinside-development-group/nullinside-api/actions?query=workflow%3ACodeQL) @@ -49,4 +49,4 @@ Names are imported dynamically. Every name in the `UserRoles` enum will be conve an unrelated field in the POCO and call `.SaveChangesAsync()`. 2. **Error Message:** You'll get an error during database migration that says something about a bad SQL parameter. 1. **Solution:** Add `;AllowUserVariables=true` to your connection string. - 2. **Description:** These variables are turned off by default but EF uses them. \ No newline at end of file + 2. **Description:** These variables are turned off by default but EF uses them.