|
From: <ja...@op...> - 2001-03-18 18:20:38
|
Hey all,
So I've finally got enough of the API working with the new genex2
schema that I can run the contact-insertion scripts:
genex2=# select * from contacttype;
con_fk | type
--------+-------
15 | login
16 | login
(2 rows)
genex2=# select * from contact;
con_pk | modification_date | modified_by | creation_date | created_by | organization | contact_person | contact_person_phone | contact_person_email | org_phone | org_email | org_mail_address | org_toll_free_phone | org_fax | url
--------+------------------------+-------------+------------------------+------------+--------------+----------------+----------------------+----------------------+-----------+-----------+------------------+---------------------+---------+------------------------
15 | 2001-03-18 11:20:51-07 | | 2001-03-18 11:20:51-07 | | test | test | test | test | test | test | test | test | test | http://genex.ncgr.org/
16 | 2001-03-18 11:20:51-07 | | 2001-03-18 11:20:51-07 | | | genex | | | | | | | |
(2 rows)
Yeah!!!
Now I'll begin to add the Security information. Once that's done, all
the new API features should be added...
jas.
|