Moving database definition models, so they are shared and can be used in the sql syntax provider.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Umbraco.Core.Persistence.DatabaseModelDefinitions
|
||||
{
|
||||
public enum SystemMethods
|
||||
{
|
||||
NewGuid,
|
||||
NewSequentialId,
|
||||
CurrentDateTime,
|
||||
CurrentUTCDateTime
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user