Update DB to version 23: Make EntityFramework happy with existing database schema.

This commit is contained in:
2018-08-05 22:39:55 +01:00
parent 9418e3b776
commit b720cd6122
9 changed files with 89 additions and 8 deletions

View File

@@ -67,6 +67,7 @@ namespace cicm_web.Models
public static Processor GetItem(int id)
{
Cicm.Database.Schemas.Processor dbItem = Program.Database?.Operations.GetProcessor(id);
return dbItem == null
? null
: new Processor