Update OMOP CDM sql server pk indexes.txt
Missed the C in a CREATE
This commit is contained in:
parent
f61bb3dab8
commit
5adc6bbb27
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue