Update README.md

name of index & primary key script has changed. update readme
This commit is contained in:
Rebecca Peyser 2019-01-02 21:26:57 -05:00 committed by GitHub
parent f61bb3dab8
commit 2772982b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ In order to create your instantiation of the Common Data Model, we recommend fol
3. Load your data into the schema. 3. Load your data into the schema.
4. Execute the script `OMOP CDM postgresql indexes required.txt` to add the minimum set of indexes and primary keys we recommend. 4. Execute the script `OMOP CDM postgresql pk indexes.txt` to add the minimum set of indexes and primary keys we recommend.
5. Execute the script `OMOP CDM postgresql constraints.txt` to add the constraints (foreign keys). 5. Execute the script `OMOP CDM postgresql constraints.txt` to add the constraints (foreign keys).