From 3ea353a58852aa5feedf7e7b1e95dcae55da5f42 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sat, 10 Mar 2018 02:02:38 -0500 Subject: [PATCH] get rid of dcard2 --- deploy/ubm_schema.sql | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/deploy/ubm_schema.sql b/deploy/ubm_schema.sql index bc31963..8a617fa 100644 --- a/deploy/ubm_schema.sql +++ b/deploy/ubm_schema.sql @@ -49,24 +49,6 @@ CREATE TYPE tps."DCARD" AS ( COMMENT ON TYPE tps."DCARD" IS 'Discover Card'; --- --- Name: DCARD2; Type: TYPE; Schema: tps; Owner: - --- - -CREATE TYPE tps."DCARD2" AS ( - "Trans. Date" numeric, - "Post Date" numeric, - "Description" text, - "Amount" numeric, - "Category" text -); - - --- --- Name: TYPE "DCARD2"; Type: COMMENT; Schema: tps; Owner: - --- - -COMMENT ON TYPE tps."DCARD2" IS 'Discover Card'; --