Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
squashing migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Linden committed Oct 26, 2016
1 parent 411f069 commit 5c7e888
Show file tree
Hide file tree
Showing 11 changed files with 329 additions and 732 deletions.
24 changes: 5 additions & 19 deletions DOL.WHD.Section14c.DataAccess/DOL.WHD.Section14c.DataAccess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -171,17 +171,9 @@
<Compile Include="Migrations\201610261540007_AuditFields.Designer.cs">
<DependentUpon>201610261540007_AuditFields.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\201610242052169_ApplicationSubmissionKeyChange.cs" />
<Compile Include="Migrations\201610242052169_ApplicationSubmissionKeyChange.Designer.cs">
<DependentUpon>201610242052169_ApplicationSubmissionKeyChange.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\201610251955527_UpdateKeysToGuid.cs" />
<Compile Include="Migrations\201610251955527_UpdateKeysToGuid.Designer.cs">
<DependentUpon>201610251955527_UpdateKeysToGuid.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\201610261801095_AddForeignKeyProperties.cs" />
<Compile Include="Migrations\201610261801095_AddForeignKeyProperties.Designer.cs">
<DependentUpon>201610261801095_AddForeignKeyProperties.cs</DependentUpon>
<Compile Include="Migrations\201610261825305_KeyUpdates.cs" />
<Compile Include="Migrations\201610261825305_KeyUpdates.Designer.cs">
<DependentUpon>201610261825305_KeyUpdates.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down Expand Up @@ -251,14 +243,8 @@
<EmbeddedResource Include="Migrations\201610261540007_AuditFields.resx">
<DependentUpon>201610261540007_AuditFields.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\201610242052169_ApplicationSubmissionKeyChange.resx">
<DependentUpon>201610242052169_ApplicationSubmissionKeyChange.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\201610251955527_UpdateKeysToGuid.resx">
<DependentUpon>201610251955527_UpdateKeysToGuid.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\201610261801095_AddForeignKeyProperties.resx">
<DependentUpon>201610261801095_AddForeignKeyProperties.cs</DependentUpon>
<EmbeddedResource Include="Migrations\201610261825305_KeyUpdates.resx">
<DependentUpon>201610261825305_KeyUpdates.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5c7e888

Please sign in to comment.