HHH-9545: H2Dialect should use 'if exists' when dropping constraints

This commit is contained in:
George Gastaldi 2014-12-17 15:00:21 -02:00 committed by Andrea Boriero
parent 7854bc6769
commit 1b9cd19ca7
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ public class H2Dialect extends Dialect {
}
@Override
public boolean supportsIfExistsAfterConstraintName() {
public boolean supportsIfExistsBeforeConstraintName() {
return true;
}