Posted on Mar 25, 2009 by
Quick Hippo
Add three new methods to ITransformationProvider: void AddIndex(string name, string table, params string[] columns); bool IndexExists(string table, string name); void RemoveIndex(string table, string name);
Implement in providers, added two test cases. I dont have access to Oracle so have implemented its provider based on what I found on the web.
Comment #1
Posted on Feb 18, 2010 by Happy PandaIs there any reason that this hasn't been included in Migratordotnet? This patch was sent in a year ago.
Status: New