mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Update DB to version 20: Machines can have an arbitrary number of storage,
so use an interconnection table, `storage_by_machine`.
This commit is contained in:
@@ -37,20 +37,12 @@ namespace Cicm.Database.Schemas
|
||||
public string Acquired;
|
||||
/// <summary>Box present in collection</summary>
|
||||
public bool Boxed;
|
||||
/// <summary>Capacity of first removable disk format</summary>
|
||||
public int Cap1;
|
||||
/// <summary>Capacity of second removable disk format</summary>
|
||||
public int Cap2;
|
||||
/// <summary>Computer's ID</summary>
|
||||
public int ComputerId;
|
||||
/// <summary>Primary CPU</summary>
|
||||
public int Cpu1;
|
||||
/// <summary>Secondary CPU</summary>
|
||||
public int Cpu2;
|
||||
/// <summary>ID of first removable disk format</summary>
|
||||
public int Disk1;
|
||||
/// <summary>ID of second removable disk format</summary>
|
||||
public int Disk2;
|
||||
/// <summary>ID</summary>
|
||||
public int Id;
|
||||
/// <summary>Original manuals present in collection</summary>
|
||||
|
||||
Reference in New Issue
Block a user