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