From 3e970c65e2a602ea325f8bbcb1ce0b0da0068ac2 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sat, 10 Mar 2018 02:27:19 -0500 Subject: [PATCH] 2 lines --- deploy/ubm_schema.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy/ubm_schema.sql b/deploy/ubm_schema.sql index 9ede6d1..27f3e5b 100644 --- a/deploy/ubm_schema.sql +++ b/deploy/ubm_schema.sql @@ -49,7 +49,6 @@ CREATE TYPE tps."DCARD" AS ( COMMENT ON TYPE tps."DCARD" IS 'Discover Card'; - -- -- Name: DMAPI; Type: TYPE; Schema: tps; Owner: - -- @@ -59,7 +58,6 @@ CREATE TYPE tps."DMAPI" AS ( ); - -- -- Name: dcard; Type: TYPE; Schema: tps; Owner: - --