From b2541e0b2fe2316599413c9c9e0a5ae6a03d3b01 Mon Sep 17 00:00:00 2001 From: Noam Finkelstein Date: Tue, 27 Mar 2018 10:57:45 -0400 Subject: [PATCH] Fix path to view in comment for clarity --- concepts/firstday/height-first-day.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/firstday/height-first-day.sql b/concepts/firstday/height-first-day.sql index a473aa2dc..e474cd645 100644 --- a/concepts/firstday/height-first-day.sql +++ b/concepts/firstday/height-first-day.sql @@ -3,7 +3,7 @@ -- This is done for consistency with other queries - it's not necessarily needed. -- Height is unlikely to change throughout a patient's stay. --- ** Requires the echodata view, generated by etc/echo-data.sql +-- ** Requires the echodata view, generated by concepts/echo-data.sql DROP MATERIALIZED VIEW IF EXISTS heightfirstday CASCADE; CREATE MATERIALIZED VIEW heightfirstday as