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