Updating expressions to output sql for use with the fluent migrations, so it can be used for db upgrades.
This commit is contained in:
@@ -129,5 +129,7 @@ namespace Umbraco.Core.Persistence.SqlSyntax
|
||||
}
|
||||
|
||||
public override string AddColumn { get { return "ALTER TABLE {0} ADD {1}"; } }
|
||||
|
||||
public override string DropIndex { get { return "DROP INDEX {1}.{0}"; } }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user