Skip to content

Commit

Permalink
Merge pull request #73 from diging/develop
Browse files Browse the repository at this point in the history
change db column type of downloadUrl and path
  • Loading branch information
jdamerow authored Jul 13, 2018
2 parents fe524fc + 558f425 commit e6e20a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions giles-eco/src/main/resources/META-INF/hibernate/orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<param name="enumClass">edu.asu.diging.gilesecosystem.requests.RequestStatus</param>
</type>
</property>
<property name="downloadUrl" type="string" />
<property name="downloadPath" type="string" />
<property name="downloadUrl" type="text" />
<property name="downloadPath" type="text" />
<property name="errorMsg" type="string" />
<joined-subclass name="edu.asu.diging.gilesecosystem.requests.impl.CompletedImageExtractionRequest" table="CompletedImageExtractionRequest">
<key column="id" />
Expand Down

0 comments on commit e6e20a5

Please sign in to comment.