Added last expiration time, fix function_access, fix migrations

This commit is contained in:
Lucio Maranta
2018-02-15 17:01:23 +01:00
parent 149597314d
commit 6d0744e5b6
9 changed files with 112 additions and 79 deletions
+5 -5
View File
@@ -77,9 +77,9 @@
<Compile Include="Controllers\UsersController.cs" />
<Compile Include="Controllers\MachinesUsersController.cs" />
<Compile Include="DatabaseContext.cs" />
<Compile Include="Migrations\201802141408206_InitCreate.cs" />
<Compile Include="Migrations\201802141408206_InitCreate.Designer.cs">
<DependentUpon>201802141408206_InitCreate.cs</DependentUpon>
<Compile Include="Migrations\201802151533324_InitMigration.cs" />
<Compile Include="Migrations\201802151533324_InitMigration.Designer.cs">
<DependentUpon>201802151533324_InitMigration.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -115,8 +115,8 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Migrations\201802141408206_InitCreate.resx">
<DependentUpon>201802141408206_InitCreate.cs</DependentUpon>
<EmbeddedResource Include="Migrations\201802151533324_InitMigration.resx">
<DependentUpon>201802151533324_InitMigration.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />