Initial work on fluent database migrations
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Umbraco.Core.Persistence.Migrations.Model
|
||||
{
|
||||
public enum SystemMethods
|
||||
{
|
||||
NewGuid,
|
||||
NewSequentialId,
|
||||
CurrentDateTime,
|
||||
CurrentUTCDateTime
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user