Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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.
2. **Description:** These variables are turned off by default but EF uses them.
Loading