diff options
author | luxagraf <sng@luxagraf.net> | 2020-11-12 10:39:33 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-11-12 10:39:33 -0500 |
commit | a551326ec05f761f58a0ba68b4ca8af95d9e652d (patch) | |
tree | 3c449c61432606a8d41d04b4499739db8fb7b780 /TODO | |
parent | 74b2bb76ca3be85092a978ee60d26340c7e789a8 (diff) |
rearranged email templates, added footer to plain text email.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,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) |