diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,12 +1,14 @@ -* add footer to plain text emails +- port jrnl to posts + - port comments + - port ??? +- take guides out of main menu, they're not good enough yet. -Notes: +## 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) |