pgsql.initdata/public.cntct.sql
authorAlan Knowles <alan@roojs.com>
Mon, 9 Dec 2013 06:44:54 +0000 (14:44 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Dec 2013 06:44:54 +0000 (14:44 +0800)
pgsql.initdata/public.cntct.sql

index 4404116..fa195ac 100644 (file)
@@ -20,7 +20,7 @@ ALTER TABLE cntct DISABLE TRIGGER ALL;
 
 COPY cntct (cntct_id, cntct_crmacct_id, cntct_addr_id, cntct_first_name, cntct_last_name, cntct_honorific, cntct_initials, cntct_active, cntct_phone, cntct_phone2, cntct_fax, cntct_email, cntct_webaddr, cntct_notes, cntct_title, cntct_number, cntct_middle, cntct_suffix, c
 ntct_owner_username, cntct_name) FROM stdin;
-2      \N      2               Main Warehouse  \N      \N      t               \N                      \N      \N      \N      2       \N      \N      \N      Main Warehouse
+2      \N      1               Main Warehouse  \N      \N      t               \N                      \N      \N      \N      2       \N      \N      \N      Main Warehouse
 \.