Skip to content

Commit

Permalink
Merge pull request stof#36 from gmaiztegi/master
Browse files Browse the repository at this point in the history
Fix ODM issue on integer type
  • Loading branch information
stof committed May 24, 2011
2 parents 7c84ca9 + 43d1e22 commit 90642c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@

<field fieldName="objectClass" type="string" index="true" />

<field fieldName="version" type="integer" />
<field fieldName="version" type="int" />

<field fieldName="data" type="string" nullable="true" />

Expand Down

0 comments on commit 90642c0

Please sign in to comment.