Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
[#459] Add missing intervention type
Browse files Browse the repository at this point in the history
  • Loading branch information
nightsh authored and vitorbaptista committed Oct 5, 2016
1 parent d1a809e commit e832224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/swagger/swagger.yaml
Expand Up @@ -548,6 +548,7 @@ definitions:
description: Type of the intervention (drug / other)
enum:
- drug
- procedure
- other

Condition:
Expand Down
2 changes: 1 addition & 1 deletion seeds/trials.js
Expand Up @@ -51,7 +51,7 @@ exports.seed = (knex) => {
hiv1sf2: {
id: '37db8144-070a-4727-a7fe-d4c61d6c389c',
name: 'rgp120/HIV-1 SF-2',
type: 'drug',
type: 'procedure',
},
placeboHiv1mn: {
id: '9324a829-8982-4b93-99a4-88f7af32bfac',
Expand Down

0 comments on commit e832224

Please sign in to comment.