Skip to content

Commit 03107d4

Browse files
committed
mimic-iv/concepts_postgres/postgres-functions: remove obsolete mimiciv_core
1 parent f56a97c commit 03107d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mimic-iv/concepts_postgres/postgres-functions.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- ???(column) -> PERCENTILE_CONT(0.5) WITHIN GROUP (ORDER BY column) (not sure how to do median in BQ)
44

55
-- Set the search_path so all functions are generated on the mimiciv_derived schema
6-
SET search_path TO mimiciv_derived, mimiciv_core, mimiciv_hosp, mimiciv_icu, mimiciv_ed;
6+
SET search_path TO mimiciv_derived, mimiciv_hosp, mimiciv_icu, mimiciv_ed;
77

88
CREATE OR REPLACE FUNCTION REGEXP_EXTRACT(str TEXT, pattern TEXT) RETURNS TEXT AS $$
99
BEGIN

0 commit comments

Comments
 (0)