Skip to content

Commit

Permalink
Remove unneeded object
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Jan 23, 2025
1 parent f37301b commit eb112ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/org/ecocean/datacollection/package.jdo
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<field name="DataCollectionEventID" primary-key="true" value-strategy="native">
<column name="dataCollectionEventID"/>
</field>

<!--
<field name="observations" persistence-modifier="persistent" default-fetch-group="true">
<collection element-type="org.ecocean.Observation"/>
<join/>
</field>

-->
<field name="samplingProtocol">
<column name="SAMPLINGPROTOCOL"/>
</field>
Expand Down

0 comments on commit eb112ed

Please sign in to comment.