You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/ecocean/Occurrence.java
+96Lines changed: 96 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,19 @@ public class Occurrence extends Base implements java.io.Serializable {
115
115
116
116
privateLongdateTimeLong; // this is for searching
117
117
118
+
// Start legacy GiraffeSpotter fields
119
+
privateStringvegetation;
120
+
privateStringterrain;
121
+
privateStringmonitoringZone;
122
+
privateIntegergroupSize;
123
+
privateIntegernumAdultMales;
124
+
privateIntegernumAdultFemales;
125
+
privateIntegernumSubMales;
126
+
privateIntegernumSubFemales;
127
+
privateIntegernumSubAdults;
128
+
privateIntegerwp; // i think this is waypoint???
129
+
// End legacy GiraffeSpotter fields
130
+
118
131
// empty constructor used by the JDO enhancer
119
132
publicOccurrence() {}
120
133
@@ -1537,4 +1550,87 @@ public void run() {
1537
1550
return
1538
1551
"SELECT \"OCCURRENCEID\", CAST(COALESCE(EXTRACT(EPOCH FROM CAST(\"MODIFIED\" AS TIMESTAMP))*1000,-1) AS BIGINT) AS version FROM \"OCCURRENCE\" ORDER BY version";
0 commit comments