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

@@ -0,0 +1,10 @@
namespace Umbraco.Core.Persistence.Migrations.Model
{
public enum SystemMethods
{
NewGuid,
NewSequentialId,
CurrentDateTime,
CurrentUTCDateTime
}
}