Initial work on fluent database migrations

This commit is contained in:
Morten Christensen
2012-11-30 15:01:52 -01:00
parent a5344b4087
commit f59f57fd6a
58 changed files with 1841 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ using Umbraco.Core;
namespace Umbraco.Tests.CodeFirst
{
/// <summary>
/// Used for PluginTypeResolverTests
/// Used for TypeInheritanceTest and CodeFirstTests
/// </summary>
internal static class PluginManagerExtensions
{