Skip to content

Commit

Permalink
typo edstay -> edstays
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairewj authored Nov 16, 2023
1 parent dbf6b50 commit 98deadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mimic-iv-ed/buildmimic/postgres/load_7z.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ SET search_path TO mimiciv_ed;
-- Load Data for Table edstays
--------------------------------------------------------
\echo '###################'
\echo 'Copying edstay.....'
\echo 'Copying edstays.....'
\copy edstays from PROGRAM '7z e -so edstays.csv.gz' delimiter ',' csv header NULL ''
\echo 'Table edstay successfully generated.'
\echo 'Table edstays successfully generated.'

--------------------------------------------------------
-- Load Data for Table medrecon
Expand Down

0 comments on commit 98deadc

Please sign in to comment.