mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-27 14:30:16 +00:00
HHH-3604 whoops
This commit is contained in:
parent
97c7a18193
commit
4207017198
@ -603,7 +603,7 @@ public String[] sqlCreateStrings(Dialect dialect) throws HibernateException {
|
|||||||
.append( ", primary key ( " )
|
.append( ", primary key ( " )
|
||||||
.append( segmentColumnName )
|
.append( segmentColumnName )
|
||||||
.append( " ) )" )
|
.append( " ) )" )
|
||||||
.append( dialect.getCreateTableString() )
|
.append( dialect.getTableTypeString() )
|
||||||
.toString()
|
.toString()
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user