Update DB to version 16: Machines can have an arbitrary number of gpus,

so use an interconnection table, `gpus_by_machine`.
This commit is contained in:
2018-04-28 14:39:21 +01:00
parent 02b9981681
commit fdcefed085
12 changed files with 655 additions and 184 deletions

View File

@@ -35,7 +35,7 @@ namespace Cicm.Database
public partial class Operations
{
/// <summary>Last known database version</summary>
const int DB_VERSION = 15;
const int DB_VERSION = 16;
/// <summary>The column with this value indicates there is no item of this type.</summary>
public const int DB_NONE = -1;
/// <summary>This value indicates there's no GPU, but a direct memory->display connection (a framebuffer).</summary>