Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix column name
Browse files Browse the repository at this point in the history
  • Loading branch information
qmx authored and sebastienblanc committed Jan 22, 2015
1 parent f15467c commit 6b20f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/jpa/src/main/resources/META-INF/orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ http://java.sun.com/xml/ns/persistence/orm_2_0.xsd"
<discriminator-value>ios</discriminator-value>
<attributes>
<basic name="certificateData">
<column length="100000"/>
<column name="cert_data" length="100000"/>
</basic>
</attributes>
</entity>
Expand Down

0 comments on commit 6b20f3e

Please sign in to comment.