Skip to content

Commit

Permalink
remove column from survey table
Browse files Browse the repository at this point in the history
  • Loading branch information
KjartanE committed Jan 26, 2023
1 parent cf7ac7a commit d191626
Show file tree
Hide file tree
Showing 5 changed files with 25,678 additions and 36 deletions.
3 changes: 0 additions & 3 deletions api/src/repositories/survey-repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ export class SurveyRepository extends BaseRepository {
additional_details,
ecological_season_id,
intended_outcome_id,
surveyed_all_areas,
location_name,
geojson,
geography
Expand All @@ -534,7 +533,6 @@ export class SurveyRepository extends BaseRepository {
${surveyData.purpose_and_methodology.additional_details},
${surveyData.purpose_and_methodology.ecological_season_id},
${surveyData.purpose_and_methodology.intended_outcome_id},
${surveyData.purpose_and_methodology.surveyed_all_areas},
${surveyData.location.survey_area_name},
${JSON.stringify(surveyData.location.geometry)}
`;
Expand Down Expand Up @@ -791,7 +789,6 @@ export class SurveyRepository extends BaseRepository {
additional_details: surveyData.purpose_and_methodology.additional_details,
ecological_season_id: surveyData.purpose_and_methodology.ecological_season_id,
intended_outcome_id: surveyData.purpose_and_methodology.intended_outcome_id,
surveyed_all_areas: surveyData.purpose_and_methodology.surveyed_all_areas,
revision_count: surveyData.purpose_and_methodology.revision_count
};
}
Expand Down
Loading

0 comments on commit d191626

Please sign in to comment.