Fix migration

Fix login with sessions
This commit is contained in:
Lucio Maranta
2018-01-29 12:43:29 +01:00
parent 44dfe1753b
commit 6071a96d11
11 changed files with 109 additions and 78 deletions
+5 -5
View File
@@ -73,9 +73,9 @@
<Compile Include="Controllers\UsersController.cs" />
<Compile Include="Controllers\MachinesUsersController.cs" />
<Compile Include="DatabaseContext.cs" />
<Compile Include="Migrations\201801251430146_InitCreate.cs" />
<Compile Include="Migrations\201801251430146_InitCreate.Designer.cs">
<DependentUpon>201801251430146_InitCreate.cs</DependentUpon>
<Compile Include="Migrations\201801291142206_InitCreate.cs" />
<Compile Include="Migrations\201801291142206_InitCreate.Designer.cs">
<DependentUpon>201801291142206_InitCreate.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -111,8 +111,8 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Migrations\201801251430146_InitCreate.resx">
<DependentUpon>201801251430146_InitCreate.cs</DependentUpon>
<EmbeddedResource Include="Migrations\201801291142206_InitCreate.resx">
<DependentUpon>201801291142206_InitCreate.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />