commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/gnue-config/base/person/defaults insert-en...


From: Neil Tiffin
Subject: gnue/gnue-config/base/person/defaults insert-en...
Date: Fri, 06 Jul 2001 19:50:43 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/07/06 19:50:43

Modified files:
        gnue-config/base/person/defaults: insert-en-person-type.geas 

Log message:
        Fix syntax error.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/base/person/defaults/insert-en-person-type.geas.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/gnue-config/base/person/defaults/insert-en-person-type.geas
diff -u gnue/gnue-config/base/person/defaults/insert-en-person-type.geas:1.1 
gnue/gnue-config/base/person/defaults/insert-en-person-type.geas:1.2
--- gnue/gnue-config/base/person/defaults/insert-en-person-type.geas:1.1        
Fri Jul  6 18:42:07 2001
+++ gnue/gnue-config/base/person/defaults/insert-en-person-type.geas    Fri Jul 
 6 19:50:43 2001
@@ -3,12 +3,13 @@
 # This is a special file format that is converted by the
 # GEAS sql loader into valid sql
 #
-# $Id: insert-en-person-type.geas,v 1.1 2001/07/07 01:42:07 ntiffin Exp $
+# $Id: insert-en-person-type.geas,v 1.2 2001/07/07 02:50:43 ntiffin Exp $
 #
 
-INSERT INTO "person__comm_type" (objectid, code, desc) VALUES 
-  ('GEAS-OBJECT-ID', 'EM', 'Employee');
-  ('GEAS-OBJECT-ID', 'CO', 'Contractor');
-  ('GEAS-OBJECT-ID', 'CU', 'Customer');
-  ('GEAS-OBJECT-ID', 'VE', 'Vendor');
-  ('GEAS-OBJECT-ID', 'SL', 'Sales Lead');
+INSERT INTO "person__comm_type" (objectid, code, "desc") VALUES 
+  ('GEAS-OBJECT-ID', 'PH', 'Phone');
+  ('GEAS-OBJECT-ID', 'FX', 'Fax');
+  ('GEAS-OBJECT-ID', 'EM', 'E-Mail');
+  ('GEAS-OBJECT-ID', 'HM', 'Home Phone');
+  ('GEAS-OBJECT-ID', 'WK', 'Work Phone');
+  ('GEAS-OBJECT-ID', 'WB', 'Web Site');



reply via email to

[Prev in Thread] Current Thread [Next in Thread]