Ignore:
Timestamp:
Jul 19, 2000, 12:18:56 AM (25 years ago)
Author:
bird
Message:

Changing a name in authors.sql to avoid database inconcistency.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/Authors.sql

    r3857 r3858  
    1 -- $Id: Authors.sql,v 1.5 2000-07-18 22:13:45 bird Exp $
     1-- $Id: Authors.sql,v 1.6 2000-07-18 22:18:55 bird Exp $
    22--
    33-- Insert authors.
     
    5555INSERT INTO author VALUES (42,  'Marco A. Morales',         'MAM',  NULL,       NULL,                           NULL,               NULL);
    5656INSERT INTO author VALUES (43,  'Richard P. Burke',         'RPB',  NULL,       NULL,                           NULL,               NULL);
    57 INSERT INTO author VALUES (44,  'TechnicalDirector@webwombat.com.au', 'TDi', NULL, 'TechnicalDirector@webwombat.com.au', NULL,      NULL);
     57INSERT INTO author VALUES (44,  'TechnicalDirector@...',    'TDi', NULL, 'TechnicalDirector@webwombat.com.au', NULL,      NULL);
    5858INSERT INTO author VALUES (45,  'Charles Hunter',           'CH',   NULL,       NULL,                           NULL,               NULL);
    5959INSERT INTO author VALUES (46,  'Ahti Heinla',              'AHe',  NULL,       NULL,                           NULL,               NULL);
Note: See TracChangeset for help on using the changeset viewer.