Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

Commit

Permalink
Applied Migration with Prod schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasanker committed Oct 1, 2019
1 parent 607fab4 commit d4809da
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 114 deletions.
3 changes: 2 additions & 1 deletion API/API/API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,9 @@
<SubType>Designer</SubType>
</None>
<None Include="Properties\PublishProfiles\analogio-shiftplanning.pubxml" />
<None Include="Properties\PublishProfiles\analogio.dk shiftplanning.pubxml" />
<None Include="Properties\PublishProfiles\analogio.dk.pubxml" />
<None Include="Properties\PublishProfiles\CustomProfile.pubxml" />
<None Include="Properties\PublishProfiles\beta.analogio.dk shiftplanning.pubxml" />
<None Include="Properties\PublishProfiles\ShiftPlanning - privat.pubxml" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
Expand Down
13 changes: 5 additions & 8 deletions API/Data.MSSQL/Data.MSSQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Configuration\IoCConfig.cs" />
<Compile Include="Migrations\201909291249350_MSSQL initial.cs" />
<Compile Include="Migrations\201909291249350_MSSQL initial.designer.cs">
<DependentUpon>201909291249350_MSSQL initial.cs</DependentUpon>
<Compile Include="Migrations\201909302016129_initial mssql prod.cs" />
<Compile Include="Migrations\201909302016129_initial mssql prod.designer.cs">
<DependentUpon>201909302016129_initial mssql prod.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand All @@ -130,14 +130,11 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<Content Include="connections.config">
<SubType>Designer</SubType>
</Content>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Migrations\201909291249350_MSSQL initial.resx">
<DependentUpon>201909291249350_MSSQL initial.cs</DependentUpon>
<EmbeddedResource Include="Migrations\201909302016129_initial mssql prod.resx">
<DependentUpon>201909302016129_initial mssql prod.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d4809da

Please sign in to comment.