Add migration - NOTE the Log Vehicle index wasn't named as it was expecting
This commit is contained in:
@@ -211,6 +211,10 @@
|
||||
<Compile Include="Migrations\201509111820437_FuelLog.Designer.cs">
|
||||
<DependentUpon>201509111820437_FuelLog.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201510021445490_LogVehicleRelationship.cs" />
|
||||
<Compile Include="Migrations\201510021445490_LogVehicleRelationship.Designer.cs">
|
||||
<DependentUpon>201510021445490_LogVehicleRelationship.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\Configuration.cs" />
|
||||
<Compile Include="Models\DomainRules.cs" />
|
||||
<Compile Include="Models\FuelLog.cs" />
|
||||
@@ -544,6 +548,9 @@
|
||||
<EmbeddedResource Include="Migrations\201509111820437_FuelLog.resx">
|
||||
<DependentUpon>201509111820437_FuelLog.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201510021445490_LogVehicleRelationship.resx">
|
||||
<DependentUpon>201510021445490_LogVehicleRelationship.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||
|
||||
Reference in New Issue
Block a user