Remove DB migrations so that they can be reviewed as a block

This commit is contained in:
Benjamin Carleski
2020-04-07 11:53:41 -07:00
parent 5dfa998109
commit 0fa045dc94
2 changed files with 0 additions and 4 deletions
@@ -194,9 +194,6 @@ namespace Umbraco.Core.Migrations.Upgrade
To<MissingDictionaryIndex>("{a78e3369-8ea3-40ec-ad3f-5f76929d2b20}");
// to 8.7.0...
To<StackedContentToBlockList>("{DFA35FA2-BFBB-433F-84E5-BD75940CDDF6}");
//FINAL
}
}
-1
View File
@@ -131,7 +131,6 @@
<Compile Include="Migrations\Upgrade\V_8_0_0\Models\ContentTypeDto80.cs" />
<Compile Include="Migrations\Upgrade\V_8_0_0\Models\PropertyDataDto80.cs" />
<Compile Include="Migrations\Upgrade\V_8_0_0\Models\PropertyTypeDto80.cs" />
<Compile Include="Migrations\Upgrade\V_8_7_0\StackedContentToBlockList.cs" />
<Compile Include="Models\Blocks\IBlockEditorDataHelper.cs" />
<Compile Include="Models\InstallLog.cs" />
<Compile Include="Persistence\Repositories\IInstallationRepository.cs" />