Ignore:
Timestamp:
Jul 18, 2000, 9:16:01 AM (25 years ago)
Author:
bird
Message:

Implemented design notes and file info.

File:
1 edited

Legend:

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

    r2744 r3838  
    1 -- $Id: Authors.sql,v 1.2 2000-02-10 22:42:33 bird Exp $
     1-- $Id: Authors.sql,v 1.3 2000-07-18 07:15:56 bird Exp $
    22--
    33-- Insert authors.
     
    99DELETE FROM author;
    1010--                         refcode name               initials alias        email                           country              city/location
    11 INSERT INTO author VALUES ( 1, 'Sander van Leeuwen',    'SvL', NULL,      'sandervl@xs4all.nl',            'the Netherlands',   'Delft');
     11INSERT INTO author VALUES ( 1, 'Sander van Leeuwen',    'SvL', 'sandervl', 'sandervl@xs4all.nl',            'the Netherlands',   'Delft');
    1212INSERT INTO author VALUES ( 2, 'Peter Fitzsimmons',     'PF',  NULL,       'pfitzsim@home.com',             'Canada',            'Mississauga, Ontario');
    13 INSERT INTO author VALUES ( 3, 'Patrick Haller',        'PT',  NULL,       'haller@zebra.fh-weingarten.de', 'Germany',           NULL);
     13INSERT INTO author VALUES ( 3, 'Patrick Haller',        'PT',  'phaller',  'haller@zebra.fh-weingarten.de', 'Germany',           NULL);
    1414INSERT INTO author VALUES ( 4, 'Joel Troster',          'JT',  NULL,       'jtroster@atitech.ca',           'Canada',            'Thornhill, Ontario');
    1515INSERT INTO author VALUES ( 5, 'Vince Vielhaber',       'VV',  NULL,       'vev@michvhf.com',               'USA',               'Oxford, MI');
Note: See TracChangeset for help on using the changeset viewer.