From 2772982b56da813c17205e1ebcc9f80feec05e0f Mon Sep 17 00:00:00 2001 From: Rebecca Peyser Date: Wed, 2 Jan 2019 21:26:57 -0500 Subject: [PATCH] Update README.md name of index & primary key script has changed. update readme --- PostgreSQL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PostgreSQL/README.md b/PostgreSQL/README.md index 42d64fa..f8cc61e 100644 --- a/PostgreSQL/README.md +++ b/PostgreSQL/README.md @@ -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. -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).