Re: Can you change reported version after the task is submitted?
This seemed to work, anyway:
UPDATE flyspray_tasks SET product_version = 14 WHERE task_id = 79;
(I had my update clause backwards in my original email)
On 5/3/06, Andrew Diederich <andrewdied@...> wrote:
> I'm using 0.9.8 with the patch, postgres as the backend. I have some
> tasks that were reported with the wrong version. On the edit screen
> the reported in box is non-editable. Is there a way I can change this
> so it's accurate?
>
> If there isn't a way to do it in the UI, is modifying the db directly
> ok? I'm thinking something like
> UPDATE flyspray_tasks WHERE task_id = 79 SET product_version = 14;
>
> (flyspray_list_version is the table where the product_version matches
> up with the text values.)
--
Andrew Diederich