summaryrefslogtreecommitdiff
path: root/TODO
blob: 9eeff6c8ea595083ff6d14fb565d8e2d96bd9eda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
* add footer to plain text emails




Notes:

Fix out of sequence postgres tables:


ALTER TABLE lttr_subscriber ALTER COLUMN id SET DEFAULT nextval('lttr_subscriber_id_seq'::regclass);
SELECT setval('lttr_subscriber_id_seq', (SELECT MAX(id) FROM lttr_subscriber)+1)