HHH-5131 SchemaExport drop fails if constraint names change
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19243 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
422ecc653a
commit
f2bca0eef7
|
@ -162,7 +162,7 @@ public class PostgreSQLDialect extends Dialect {
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getCascadeConstraintsString() {
|
public String getCascadeConstraintsString() {
|
||||||
return "";//" cascade";
|
return " cascade";
|
||||||
}
|
}
|
||||||
public boolean dropConstraints() {
|
public boolean dropConstraints() {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue