Add schemas for database version 2.

This commit is contained in:
2018-04-12 06:43:45 +01:00
parent b4372a802f
commit 8e999c1b2f
23 changed files with 457 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
namespace Cicm.Database.Schemas
{
public class DiskFormats
{
public int id;
public string Format;
}
}