Adding migrations for v6 upgrades.
Updating and testing migrations.
This commit is contained in:
@@ -45,5 +45,6 @@ namespace Umbraco.Core.Persistence.SqlSyntax
|
||||
string Format(ForeignKeyDefinition foreignKey);
|
||||
string FormatColumnRename(string tableName, string oldName, string newName);
|
||||
string FormatTableRename(string oldName, string newName);
|
||||
bool SupportsClustered();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user