HHH-9545: H2Dialect should use 'if exists' when dropping constraints
This commit is contained in:
parent
7854bc6769
commit
1b9cd19ca7
|
@ -257,7 +257,7 @@ public class H2Dialect extends Dialect {
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsIfExistsAfterConstraintName() {
|
||||
public boolean supportsIfExistsBeforeConstraintName() {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue