Split master and tenant installation scripts

This commit is contained in:
Shaun Walker
2019-06-26 09:24:23 -04:00
parent a7e53486b3
commit 46821b8a10
4 changed files with 73 additions and 50 deletions

View File

@ -26,7 +26,12 @@
</PropertyGroup>
<ItemGroup>
<Content Include="Scripts\Initialize.sql" />
<None Remove="Scripts\Master.sql" />
</ItemGroup>
<ItemGroup>
<Content Include="Scripts\Master.sql" />
<EmbeddedResource Include="Scripts\Tenant.sql" />
</ItemGroup>
<ItemGroup>