File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- # nullinside-api
1
+ # nullinside-api
2
2
3
3
[ ![ 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 )
4
4
@@ -49,4 +49,4 @@ Names are imported dynamically. Every name in the `UserRoles` enum will be conve
49
49
an unrelated field in the POCO and call ` .SaveChangesAsync() ` .
50
50
2 . ** Error Message:** You'll get an error during database migration that says something about a bad SQL parameter.
51
51
1 . ** Solution:** Add ` ;AllowUserVariables=true ` to your connection string.
52
- 2 . ** Description:** These variables are turned off by default but EF uses them.
52
+ 2 . ** Description:** These variables are turned off by default but EF uses them.
You can’t perform that action at this time.
0 commit comments