7beb21ad66
* All usages of getdate() are changed to the system value * All usages of newid() are chagned to the system value * Removes the hacks associated with the above * Fixes the fluent migrations for table creation for mysql to not double create a PK * Removes other system field values that actually don't do anthing and shouldn't be used
10 lines
212 B
C#
10 lines
212 B
C#
namespace Umbraco.Core.Persistence.DatabaseModelDefinitions
|
|
{
|
|
public enum SystemMethods
|
|
{
|
|
NewGuid,
|
|
CurrentDateTime,
|
|
//NewSequentialId,
|
|
//CurrentUTCDateTime
|
|
}
|
|
} |