Fix migration
Fix login with sessions
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user