Update DB to version 19: Resolutions are gpu dependant,

move to separate table and use an interconnection table, `resolution_by_gpu`.
This commit is contained in:
2018-04-28 18:39:09 +01:00
parent 95de473054
commit 04c0e47d9c
13 changed files with 921 additions and 119 deletions

View File

@@ -37,8 +37,6 @@ namespace Cicm.Database.Schemas
public string Cap1;
/// <summary>Capacity of second removable disk format</summary>
public string Cap2;
/// <summary>Maximum colors on screen</summary>
public int Colors;
/// <summary>Manufacturer's company ID</summary>
public int Company;
/// <summary>ID of first removable disk format</summary>
@@ -55,8 +53,6 @@ namespace Cicm.Database.Schemas
public int Id;
/// <summary>Model name</summary>
public string Model;
/// <summary>Resolution in WxH pixels</summary>
public string Resolution;
/// <summary>Machine type</summary>
public MachineType Type;
/// <summary>Introduction date, 0 if unknown, 1000 if prototype</summary>