Update OMOP CDM sql server pk indexes.txt

Missed the C in a CREATE
This commit is contained in:
Kevin Wilkie 2018-11-02 07:26:59 -04:00 committed by GitHub
parent f61bb3dab8
commit 5adc6bbb27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ Standardized derived elements
************************/
REATE CLUSTERED INDEX idx_drug_era_person_id ON drug_era (person_id ASC);
CREATE CLUSTERED INDEX idx_drug_era_person_id ON drug_era (person_id ASC);
CREATE INDEX idx_drug_era_concept_id ON drug_era (drug_concept_id ASC);
CREATE CLUSTERED INDEX idx_dose_era_person_id ON dose_era (person_id ASC);