Skip to content

Commit

Permalink
feat(openchallenges): add EDAM concept table to the chalenge service (#…
Browse files Browse the repository at this point in the history
…2521)

Co-authored-by: Verena Chung <[email protected]>
  • Loading branch information
tschaffter and vpchung authored Feb 23, 2024
1 parent 2814e88 commit a81c5be
Show file tree
Hide file tree
Showing 5 changed files with 3,493 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ spring:
db_incentives_csv_path: ${DB_INCENTIVES_CSV_PATH:src/main/resources/db/incentives.csv}
db_submission_types_csv_path: ${DB_SUBMISSION_TYPES_CSV_PATH:src/main/resources/db/submission_types.csv}
db_categories_csv_path: ${DB_CATEGORIES_CSV_PATH:src/main/resources/db/categories.csv}
db_edam_concept_csv_path: ${DB_EDAM_CONCEPT_CSV_PATH:src/main/resources/db/edam_concept.csv}
Loading

0 comments on commit a81c5be

Please sign in to comment.