Skip to content

Commit

Permalink
Change mintBM type
Browse files Browse the repository at this point in the history
  • Loading branch information
portableant committed Oct 23, 2015
1 parent cb4ca3a commit 7ea97a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/objects/conf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
<field name="nomismaMintID" type="string" indexed="true" stored="true"/>
<field name="mintWoeid" type="int" indexed="true" stored="true"/>
<field name="mintGeonamesID" type="int" indexed="true" stored="true"/>
<field name="mintBM" type="int" indexed="true" stored="true"/>
<field name="mintBM" type="string" indexed="true" stored="true"/>
<field name="pleiadesID" type="int" indexed="true" stored="true"/>
<field name="nomismaDenominationID" type="string" indexed="true" stored="true"/>
<field name="denominationBM" type="int" indexed="true" stored="true"/>
Expand Down

0 comments on commit 7ea97a0

Please sign in to comment.