| org.hibernate.test.schemaupdate.uniqueconstraint.UniqueConstraintDropTest tests reads generarated DDL commands from file and looks for ALTER TABLE xx DROP CONSTRAINT ( or ALTER TABLE xx DROP INDEX with MySQL) command. But DB2 uses syntax DROP INDEX table_name.constraint
|