diff --git a/cicm_web/Startup.cs b/cicm_web/Startup.cs index 38dbaa62..a00d515f 100644 --- a/cicm_web/Startup.cs +++ b/cicm_web/Startup.cs @@ -60,7 +60,7 @@ namespace cicm_web #warning To protect potentially sensitive information in your connection string, you should move it out of source code. See http://go.microsoft.com/fwlink/?LinkId=723263 for guidance on storing connection strings. services.AddDbContext(options => options .UseLazyLoadingProxies() - .UseMySql("server=localhost;port=3306;user=cicm;password=cicmpass;database=cicm")); + .UseMySql("server=localhost;port=3306;user=cicm;password=cicmpass;database=cicm;TreatTinyAsBoolean=false")); services.AddMvc(); } diff --git a/cicm_web/cicm_web.csproj b/cicm_web/cicm_web.csproj index e3eda38d..56e63f94 100644 --- a/cicm_web/cicm_web.csproj +++ b/cicm_web/cicm_web.csproj @@ -2,7 +2,7 @@ netcoreapp2.2 - 3.0.99.395 + 3.0.99.397 Canary Islands Computer Museum Copyright © 2003-2018 Natalia Portillo Canary Islands Computer Museum Website