Skip to content

Commit

Permalink
fix column name
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Mar 20, 2017
1 parent 29e304c commit 1240f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-db/postgres/postgres_add_indexes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CREATE INDEX APACHEPATIENTRESULT_idx02
CREATE INDEX APACHEPATIENTRESULT_idx03
ON APACHEPATIENTRESULT (APACHESCORE);
ALTER TABLE APACHEPATIENTRESULT
ADD CONSTRAINT apachepatientresult_pk primary key (APACHEPATIENTRESULTID);
ADD CONSTRAINT apachepatientresult_pk primary key (APACHEPATIENTRESULTSID);

--------------------------------------------------------
-- APACHEPREDVAR
Expand Down

0 comments on commit 1240f47

Please sign in to comment.