From e70211e1e357f62120230abc31ed9b91a14aaea3 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 14 Apr 2018 04:18:01 +0100 Subject: [PATCH] Correct schema comments --- Cicm.Database/Schemas/Computer.cs | 2 +- Cicm.Database/Schemas/Console.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cicm.Database/Schemas/Computer.cs b/Cicm.Database/Schemas/Computer.cs index 1bf68e8e..857f7599 100644 --- a/Cicm.Database/Schemas/Computer.cs +++ b/Cicm.Database/Schemas/Computer.cs @@ -85,7 +85,7 @@ namespace Cicm.Database.Schemas public int Spu; /// Size in kibibytes for video RAM public int Vram; - /// Introduction date, 0 if unknown + /// Introduction date, 0 if unknown, 1000 if prototype public int Year; } } \ No newline at end of file diff --git a/Cicm.Database/Schemas/Console.cs b/Cicm.Database/Schemas/Console.cs index 62285a27..c3001353 100644 --- a/Cicm.Database/Schemas/Console.cs +++ b/Cicm.Database/Schemas/Console.cs @@ -76,7 +76,7 @@ namespace Cicm.Database.Schemas public int Spu; /// Size in kibibytes for video RAM public int Vram; - /// Introduction date, 0 if unknown + /// Introduction date, 0 if unknown, 1000 if prototype public int Year; } } \ No newline at end of file