Fix cascade deletions

This commit is contained in:
Dean Herbert
2017-10-17 18:26:28 +09:00
parent 12639c6819
commit b9d0fb96ed
8 changed files with 243 additions and 210 deletions

View File

@ -286,9 +286,9 @@
<Compile Include="Beatmaps\Drawables\BeatmapSetCover.cs" />
<Compile Include="Beatmaps\Drawables\BeatmapSetHeader.cs" />
<Compile Include="Database\DatabaseContextFactory.cs" />
<Compile Include="Migrations\20171014052545_Init.cs" />
<Compile Include="Migrations\20171014052545_Init.designer.cs">
<DependentUpon>20171014052545_Init.cs</DependentUpon>
<Compile Include="Migrations\20171017092037_InitialCreate.cs" />
<Compile Include="Migrations\20171017092037_InitialCreate.designer.cs">
<DependentUpon>20171017092037_InitialCreate.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\OsuDbContextModelSnapshot.cs" />
<Compile Include="Online\API\Requests\GetBeatmapSetRequest.cs" />