Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
8 lines (6 sloc) 365 Bytes
-- ------------------------------------------------------------------
-- Title: SQL clean script called by "make clean"
-- Description: Drops all materialized views re: demographics
-- ------------------------------------------------------------------
DROP MATERIALIZED VIEW IF EXISTS icustay_detail CASCADE;
DROP MATERIALIZED VIEW IF EXISTS heightweight CASCADE;