Skip to content

Commit

Permalink
Merge pull request ome#1168 from mtbc/trac-10811
Browse files Browse the repository at this point in the history
fix #10811: add templatePrefix to Fileset
  • Loading branch information
joshmoore committed Jun 12, 2013
2 parents b25e6fe + fb5bcd8 commit 8bbe338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/mappings/fs.ome.xml
Expand Up @@ -47,6 +47,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<onemany name="usedFiles" type="ome.model.fs.FilesetEntry" inverse="fileset" ordered="true"/>
<onemany name="images" type="ome.model.core.Image" inverse="fileset"/>
<child name="jobLinks" type="ome.model.fs.FilesetJobLink" target="ome.model.jobs.Job" ordered="true"/>
<required name="templatePrefix" type="text"/> <!-- see trac ticket 10811 for DB upgrade instructions -->
</properties>
</type>
</types>

0 comments on commit 8bbe338

Please sign in to comment.