Files
wyndham-ARR/database/007_report_channel_facts_view.down.sql
2026-07-29 16:38:05 +08:00

9 lines
179 B
PL/PgSQL

-- Guarded rollback for migration 007.
-- Removing the view does not delete stored facts or report versions.
BEGIN;
DROP VIEW IF EXISTS finance.v_report_channel_facts;
COMMIT;