From f6b236cd1024c6e95f2cac1548eb439b46d5aff2 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 19 May 2019 01:07:08 +0100 Subject: [PATCH] Set chars in resolution to bool. --- Cicm.Database/Models/Resolution.cs | 2 +- cicm_web/cicm_web.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cicm.Database/Models/Resolution.cs b/Cicm.Database/Models/Resolution.cs index 2310c6f4..daf9540c 100644 --- a/Cicm.Database/Models/Resolution.cs +++ b/Cicm.Database/Models/Resolution.cs @@ -44,7 +44,7 @@ namespace Cicm.Database.Models public int Height { get; set; } public long? Colors { get; set; } public long? Palette { get; set; } - public sbyte Chars { get; set; } + public bool Chars { get; set; } public virtual ICollection ResolutionsByGpu { get; set; } } diff --git a/cicm_web/cicm_web.csproj b/cicm_web/cicm_web.csproj index 983fb11b..08dac80e 100644 --- a/cicm_web/cicm_web.csproj +++ b/cicm_web/cicm_web.csproj @@ -2,7 +2,7 @@ netcoreapp2.2 - 3.0.99.446 + 3.0.99.449 Canary Islands Computer Museum Copyright © 2003-2018 Natalia Portillo Canary Islands Computer Museum Website