Skip to content

Commit

Permalink
change db column type of downloadUrl and path
Browse files Browse the repository at this point in the history
to allow for long filenames
  • Loading branch information
jdamerow committed Jul 13, 2018
1 parent 58edd74 commit 558f425
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 558f425

Please sign in to comment.