Commit Graph

9 Commits

Author SHA1 Message Date
736b98b754 Update DB to version 22: Machine families, machine model separate from name. 2018-04-29 02:02:33 +01:00
349a941392 Update DB to version 21: Have full introduction date for machines, not only year. 2018-04-28 21:29:01 +01:00
fd0b55dee1 Update DB to version 20: Machines can have an arbitrary number of storage,
so use an interconnection table, `storage_by_machine`.
2018-04-28 20:52:58 +01:00
04c0e47d9c Update DB to version 19: Resolutions are gpu dependant,
move to separate table and use an interconnection table, `resolution_by_gpu`.
2018-04-28 18:39:09 +01:00
95de473054 Update DB to version 18: Machines can have an arbitrary number of memories,
so use an interconnection table, `memory_by_machine`.
2018-04-28 17:27:35 +01:00
203a235a29 Update DB to version 17: Machines can have an arbitrary number of sound synthetizers,
so use an interconnection table, `sound_by_machine`.
2018-04-28 15:55:57 +01:00
fdcefed085 Update DB to version 16: Machines can have an arbitrary number of gpus,
so use an interconnection table, `gpus_by_machine`.
2018-04-28 14:39:21 +01:00
02b9981681 Update DB to version 15: Machines can have an arbitrary number of processors,
so use an interconnection table, `processors_by_machine`.
2018-04-28 13:16:53 +01:00
d8127630b3 Update DB to version 14: Computers and consoles are now machines with different type. 2018-04-28 02:10:03 +01:00