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/Teams.sql

    r3855 r3858  
    1 -- $Id: Teams.sql,v 1.1 2000-07-18 22:12:30 bird Exp $
     1-- $Id: Teams.sql,v 1.2 2000-07-18 22:18:56 bird Exp $
    22--
    33-- Team data.
     
    743743    SELECT 4000, refcode FROM author WHERE name = 'Richard P. Burke';
    744744INSERT INTO tgroupmember(tgroup, author)
    745     SELECT 4000, refcode FROM author WHERE name = 'TechnicalDirector@webwombat.com.au';
     745    SELECT 4000, refcode FROM author WHERE name = 'TechnicalDirector@...';
    746746INSERT INTO tgroupmember(tgroup, author)
    747747    SELECT 4000, refcode FROM author WHERE name = 'knut st. osmundsen';
Note: See TracChangeset for help on using the changeset viewer.