summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-11-12 10:39:33 -0500
committerluxagraf <sng@luxagraf.net>2020-11-12 10:39:33 -0500
commita551326ec05f761f58a0ba68b4ca8af95d9e652d (patch)
tree3c449c61432606a8d41d04b4499739db8fb7b780 /TODO
parent74b2bb76ca3be85092a978ee60d26340c7e789a8 (diff)
rearranged email templates, added footer to plain text email.
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..9eeff6c
--- /dev/null
+++ b/TODO
@@ -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)