Skip to content

Commit

Permalink
LOCAL: more IoT retrofitting
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Jan 23, 2025
1 parent d62fa4c commit f37301b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@
<argument>target/classes/org/ecocean/scheduled/package.jdo</argument>
<argument>target/classes/org/ecocean/social/package.jdo</argument>
<argument>target/classes/org/ecocean/movement/package.jdo</argument>
<argument>target/classes/org/ecocean/datacollection/package.jdo</argument>
</arguments>
</configuration>
<executions>
Expand Down
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 f37301b

Please sign in to comment.