Skip to content

Commit

Permalink
HHH-3604 whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
brmeyer committed Dec 9, 2013
1 parent 97c7a18 commit 4207017
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -603,7 +603,7 @@ public String[] sqlCreateStrings(Dialect dialect) throws HibernateException {
.append( ", primary key ( " )
.append( segmentColumnName )
.append( " ) )" )
.append( dialect.getCreateTableString() )
.append( dialect.getTableTypeString() )
.toString()
};
}
Expand Down

0 comments on commit 4207017

Please sign in to comment.