Adding migrations for v6 upgrades.

Updating and testing migrations.
This commit is contained in:
Morten Christensen
2012-12-26 14:44:42 -01:00
parent e867f89ba2
commit dbce36b7a5
41 changed files with 4072 additions and 19 deletions

View File

@@ -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();
}
}