feat: added capability of creating/updating the database schema

This commit is contained in:
Michael Green
2023-03-01 11:50:58 +11:00
parent 055d09d77a
commit 85726ada7a
4 changed files with 81 additions and 3 deletions

View File

@@ -14,9 +14,13 @@
<ItemGroup>
<None Remove="Database\" />
<None Remove="Database\MySQL\" />
<None Remove="Database\MySQL\gaseous-1000.sql" />
</ItemGroup>
<ItemGroup>
<Folder Include="Database\" />
<Folder Include="Database\MySQL\" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Database\MySQL\gaseous-1000.sql" />
</ItemGroup>
</Project>