updated svnignore entries to add .idea
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3@19409 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
8b412b9191
commit
2e86a96f0c
|
@ -160,7 +160,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