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:
Strong Liu 2010-04-17 16:03:49 +00:00
parent 422ecc653a
commit f2bca0eef7
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ public class PostgreSQLDialect extends Dialect {
}
public String getCascadeConstraintsString() {
return "";//" cascade";
return " cascade";
}
public boolean dropConstraints() {
return true;