Follow-up Comment #3, sr #703 (project savane):

[pcphsft15] /home/mroy/svdev/update > cat 1.0.6/new_status_default_values.sql
| grep "In Progress"
INSERT INTO bugs_field_value
(bug_fv_id,bug_field_id,group_id,value_id,value,description,order_id,status)
VALUES (179,108,100,9,'In Progress','This item is currently being worked
on',70,'A');
INSERT INTO patch_field_value
(bug_fv_id,bug_field_id,group_id,value_id,value,description,order_id,status)
VALUES (179,108,100,9,'In Progress','This item is currently being worked
on',70,'A');
INSERT INTO support_field_value
(bug_fv_id,bug_field_id,group_id,value_id,value,description,order_id,status)
VALUES (179,108,100,8,'In Progress','This item is currently being worked
on',70,'A');
INSERT INTO task_field_value
(bug_fv_id,bug_field_id,group_id,value_id,value,description,order_id,status)
VALUES (179,108,100,9,'In Progress','This item is currently being worked
on',70,'A');

Hum, that's correct, I missed this third line. We'll we really need to
repackage that.

In the meantime, run 

UPDATE support_field_value SET value_id='9' WHERE group_id='100' AND
value='In Progress';




    _______________________________________________________

Reply to this item at:

  <http://gna.org/support/?func=detailitem&item_id=703>

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


Reply via email to