Changeset 1935 for trunk/tools/database/States.sql
- Timestamp:
- Dec 2, 1999, 1:05:47 PM (26 years ago)
- 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:05bird Exp $1 -- $Id: States.sql,v 1.2 1999-12-02 12:05:47 bird Exp $ 2 2 -- 3 3 -- Insert states into the state table. … … 20 20 VALUES (5, '#00FF00', 'Completely Tested', 'Completely implemented. Tested and approved.'); 21 21 INSERT INTO state 22 VALUES (6, '#808080', 'Open32 Partially', 'Partially implemented. Not Tested.'); 23 INSERT INTO state 24 VALUES (7, '#FFFF80', 'Open32 Partially Tested', 'Partially implemented. Tested and approved.'); 25 INSERT INTO state 26 VALUES (8, '#008080', 'Open32 Completely', 'Completely implemented. Not tested.'); 27 INSERT INTO state 28 VALUES (9, '#00FF80', 'Open32 Completely Tested', 'Completely implemented. Tested and approved.'); 29 INSERT INTO state 22 30 VALUES (99, '#FF0000', 'Unknown', 'The state of this function is unknown.'); 23 31
Note:
See TracChangeset
for help on using the changeset viewer.