createIndex refactoring does not create index in specified schema for DB2 dialect
Description
Environment
None
Activity
Show:
Nathan Voxland April 28, 2010 at 5:26 AM
Is fixed in 2.0

Stefan G. Renz September 18, 2009 at 9:11 AM
Same is true for Oracle: the resulting SQL misses the schemaName in the statement to create the index.
Using the createIndex refactoring against a DB2 database does not result in the schema being specified in the resulting DDL. A side effect of this is the rollback of a changeset containing a createIndex refactoring fails because the rollback looks for the index in the specified schema.