Skip to content

Commit 62702e7

Browse files
committed
fix: typo in comment, mimic_derived -> mimiciv_derived
1 parent 8dc9913 commit 62702e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mimic-iv/concepts/convert_bigquery_to_postgres.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo >> $TARGET_PATH/postgres-make-concepts.sql
3333
echo "-- Set the search_path, i.e. the location at which we generate tables." >> $TARGET_PATH/postgres-make-concepts.sql
3434
echo "-- postgres looks at schemas sequentially, so this will generate tables on the mimiciv_derived schema" >> $TARGET_PATH/postgres-make-concepts.sql
3535
echo >> $TARGET_PATH/postgres-make-concepts.sql
36-
echo "-- NOTE: many scripts *require* you to use mimic_derived as the schema for outputting concepts" >> $TARGET_PATH/postgres-make-concepts.sql
36+
echo "-- NOTE: many scripts *require* you to use mimiciv_derived as the schema for outputting concepts" >> $TARGET_PATH/postgres-make-concepts.sql
3737
echo "-- change the search path at your peril!" >> $TARGET_PATH/postgres-make-concepts.sql
3838
echo "SET search_path TO mimiciv_derived, mimiciv_hosp, mimiciv_icu, mimiciv_ed;" >> $TARGET_PATH/postgres-make-concepts.sql
3939

0 commit comments

Comments
 (0)