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,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MySql.Data" Version="6.10.6" />
</ItemGroup>
<ItemGroup>
<Folder Include="Schemas\Create" />
</ItemGroup>
</Project>