Updating expressions to output sql for use with the fluent migrations, so it can be used for db upgrades.
This commit is contained in:
@@ -9,6 +9,9 @@ namespace Umbraco.Core.Persistence.DatabaseModelDefinitions
|
||||
{
|
||||
ForeignColumns = new List<string>();
|
||||
PrimaryColumns = new List<string>();
|
||||
//Set to None by Default
|
||||
OnDelete = Rule.None;
|
||||
OnUpdate = Rule.None;
|
||||
}
|
||||
|
||||
public virtual string Name { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user