mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Update DB to version 23: Make EntityFramework happy with existing database schema.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user