Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
7 lines (5 sloc) 318 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;