Ignore:
Timestamp:
Dec 2, 1999, 1:05:47 PM (26 years ago)
Author:
bird
Message:

Added new statuses for Open32.

File:
1 edited

Legend:

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

    r830 r1935  
    1 -- $Id: States.sql,v 1.1 1999-09-05 02:53:05 bird Exp $
     1-- $Id: States.sql,v 1.2 1999-12-02 12:05:47 bird Exp $
    22--
    33-- Insert states into the state table.
     
    2020    VALUES (5, '#00FF00', 'Completely Tested', 'Completely implemented. Tested and approved.');
    2121INSERT INTO state
     22    VALUES (6, '#808080', 'Open32 Partially', 'Partially implemented. Not Tested.');
     23INSERT INTO state
     24    VALUES (7, '#FFFF80', 'Open32 Partially Tested', 'Partially implemented. Tested and approved.');
     25INSERT INTO state
     26    VALUES (8, '#008080', 'Open32 Completely', 'Completely implemented. Not tested.');
     27INSERT INTO state
     28    VALUES (9, '#00FF80', 'Open32 Completely Tested', 'Completely implemented. Tested and approved.');
     29INSERT INTO state
    2230    VALUES (99, '#FF0000', 'Unknown', 'The state of this function is unknown.');
    2331
Note: See TracChangeset for help on using the changeset viewer.