From e00e682f0254b6a3e7bdcddf369a5b6502f59955 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sat, 10 Mar 2018 02:20:55 -0500 Subject: [PATCH] get rid of wmpd --- deploy/ubm_schema.sql | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/deploy/ubm_schema.sql b/deploy/ubm_schema.sql index 20ca8f1..9ede6d1 100644 --- a/deploy/ubm_schema.sql +++ b/deploy/ubm_schema.sql @@ -59,40 +59,6 @@ CREATE TYPE tps."DMAPI" AS ( ); --- --- Name: WMPD; Type: TYPE; Schema: tps; Owner: - --- - -CREATE TYPE tps."WMPD" AS ( - "Carrier" text, - "SCAC" text, - "Mode" text, - "Pro #" text, - "B/L" text, - "Pd Amt" numeric, - "Loc#" text, - "Pcs" numeric, - "Wgt" numeric, - "Chk#" numeric, - "Pay Dt" date, - "Acct #" text, - "I/O" text, - "Sh Nm" text, - "Sh City" text, - "Sh St" text, - "Sh Zip" text, - "Cons Nm" text, - "D City " text, - "D St" text, - "D Zip" text, - "Sh Dt" date, - "Inv Dt" date, - "Customs Entry#" text, - "Miles" numeric, - "Frt Class" text, - "Master B/L" text -); - -- -- Name: dcard; Type: TYPE; Schema: tps; Owner: -