e36 / subreddit_backup

A way to quickly back up reddit post data using PRAW.
2 stars 0 forks source link

Redesign tblHistory #21

Open e36 opened 8 years ago

e36 commented 8 years ago

Currently tblHistory only has four columns:

I'm wondering if it would make more sense to add a post_id column with a foreign key to tblPosts.id so that it's easier to report on. I'm also considering changing the message format to JSON so I can include more data more easily, like entire error messages.

e36 commented 8 years ago

I should also add a status column to show if a row is referring to a successful action, or a failure of some kind. It would make reporting on that much easier, I think.