Skip to content

Commit

Permalink
Merge pull request #93 from vojtechhuser/patch-2
Browse files Browse the repository at this point in the history
fixing a typo in code that crashes DDL for  postgres - integer 50 problem fixed
  • Loading branch information
vojtechhuser authored Aug 8, 2017
2 parents b42dfcf + dc7de71 commit daf928e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PostgreSQL/OMOP CDM ddl - PostgreSQL.sql
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ CREATE TABLE visit_occurrence
visit_source_concept_id INTEGER NULL ,
admitting_source_concept_id INTEGER NULL ,
admitting_source_value VARCHAR(50) NULL ,
discharge_to_concept_id INTEGER(50) NULL ,
discharge_to_concept_id INTEGER NULL ,
discharge_to_source_value VARCHAR(50) NULL ,
preceding_visit_occurrence_id INTEGER NULL
)
Expand Down

0 comments on commit daf928e

Please sign in to comment.