Adding migrations for v6 upgrades.
Updating and testing migrations.
This commit is contained in:
@@ -92,6 +92,11 @@ namespace Umbraco.Core.Persistence.SqlSyntax
|
||||
return result > 0;
|
||||
}
|
||||
|
||||
public override bool SupportsClustered()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
protected override string FormatIdentity(ColumnDefinition column)
|
||||
{
|
||||
return column.IsIdentity ? AutoIncrementDefinition : string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user