Skip to content

Commit a720799

Browse files
authored
Merge pull request #1304 from MIT-LCP/alistairewj-patch-1
split cd to core subdir to new line
2 parents 8be3dee + a444739 commit a720799

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mimic-iv/buildmimic/postgres/load.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
-- psql "dbname=<DBNAME> user=<USER>" -v mimic_data_dir=<PATH TO DATA DIR> -f load.sql
77
-- The script assumes the files are in the core, hosp, and icu subfolders of mimic_data_dir
88

9+
\cd :mimic_data_dir
10+
911
-- core schema
10-
\cd :mimic_data_dir/core
12+
\cd core
1113

1214
\COPY mimic_core.admissions FROM admissions.csv DELIMITER ',' CSV HEADER NULL '';
1315
\COPY mimic_core.patients FROM patients.csv DELIMITER ',' CSV HEADER NULL '';

0 commit comments

Comments
 (0)