Skip to content

Commit

Permalink
Merge branch 'EMC-109-remove-related-record' into 'develop'
Browse files Browse the repository at this point in the history
RelatedRecord removed

See merge request eip/catalogue!600
  • Loading branch information
rodscott committed Feb 27, 2024
2 parents b1c8014 + 0f848e1 commit 411522a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public class ElterDocument extends AbstractMetadataDocument implements WellKnown
private List<OnlineResource> onlineResources;
private List<SpatialReferenceSystem> spatialReferenceSystems;
private List<Supplemental> supplemental;
private List<RelatedRecord> relatedRecords; // TODO: remove after migration to Relationships
@JsonIgnore
private Citation citation;
@JsonIgnore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public class GeminiDocument extends AbstractMetadataDocument implements WellKnow
private List<OnlineResource> onlineResources;
private List<SpatialReferenceSystem> spatialReferenceSystems;
private List<Supplemental> incomingCitations, supplemental;
private List<RelatedRecord> relatedRecords; // TODO: remove after migration to Relationships
@JsonIgnore
private Citation citation;
@JsonIgnore
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import uk.ac.ceh.gateway.catalogue.gemini.BoundingBox;
import uk.ac.ceh.gateway.catalogue.gemini.Keyword;
import uk.ac.ceh.gateway.catalogue.gemini.OnlineResource;
import uk.ac.ceh.gateway.catalogue.gemini.RelatedRecord;
import uk.ac.ceh.gateway.catalogue.model.AbstractMetadataDocument;
import uk.ac.ceh.gateway.catalogue.model.ResponsibleParty;

Expand All @@ -33,7 +32,6 @@ public class InfrastructureRecord extends AbstractMetadataDocument {
private List<String> users;
private List<BoundingBox> boundingBoxes;
private List<OnlineResource> onlineResources;
private List<RelatedRecord> relatedRecords; // TODO: remove after data migration
}


0 comments on commit 411522a

Please sign in to comment.