[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: task 7471: Wishlist
From: |
Federico Giménez Nieto |
Subject: |
Re: task 7471: Wishlist |
Date: |
Sun, 02 Nov 2008 13:40:13 +0100 |
User-agent: |
Internet Messaging Program (IMP) 3.2.8 |
> You could carry out the above steps and reply to this email with the
> proposed patch to review it.
>
Ok, the patch is attached, let me know if works for you.
It was also needed to modify the current database:
# su postgres
# psql gnuherds
= ALTER TABLE A1_Alerts ADD COLUMN A1_AlertMeOnMyOwnNotices bool NOT NULL
DEFAULT 'true';
This is for the 8.3 postgresql version (etch-backports), for the 7.5 version (at
etch repositories):
= ALTER TABLE A1_Alerts ADD COLUMN A1_AlertMeOnMyOwnNotices bool;
= UPDATE TABLE A1_Alerts set A1_AlertMeOnMyOwnNotices='true';
= ALTER TABLE A1_Alerts ALTER COLUMN A1_AlertMeOnMyOwnNotices SET NOT NULL;
= ALTER TABLE A1_Alerts ALTER COLUMN A1_AlertMeOnMyOwnNotices SET DEFAULT
'true';
Cheers,
Federico
7471.diff
Description: Text Data
- Re: task 7471: Wishlist, Federico Giménez Nieto, 2008/11/01
- Re: task 7471: Wishlist, Davi Leal, 2008/11/01
- Re: task 7471: Wishlist, Federico Giménez Nieto, 2008/11/01
- Re: task 7471: Wishlist -- (was: How alerts works), Davi Leal, 2008/11/01
- Re: task 7471: Wishlist,
Federico Giménez Nieto <=
- Re: task 7471: Wishlist -- Do not send alerts to the notice owner, Davi Leal, 2008/11/02
- Re: task 7471: Wishlist -- Do not send alerts to the notice owner, Davi Leal, 2008/11/02
- Re: task 7471: Wishlist -- Do not send alerts to the notice owner, Federico Giménez Nieto, 2008/11/03
- Re: task 7471: Wishlist -- Do not send alerts to the notice owner, Davi Leal, 2008/11/03
- Re: task 7471: Wishlist -- Do not send alerts to the notice owner, Davi Leal, 2008/11/08