|
|
71998c450e
|
fix(db): change title type to text
Occasionally a Reddit post would have a long title, and would break in the schema.
|
2026-03-17 19:49:03 +00:00 |
|
|
|
15704a0782
|
chore(db): update db schema to include "fetching" status
|
2026-03-10 19:17:08 +00:00 |
|
|
|
a154b25415
|
fix(db): missing rollback on execute_batch method
Arguably more important on a batch function to have rollback.
|
2026-03-05 10:09:14 +00:00 |
|
|
|
4e99b77492
|
fix(db): missing post ID in db schema
Caused surprisingly little errors. It only broke the interaction graph.
|
2026-03-04 20:05:20 +00:00 |
|
|
|
63cd465189
|
feat(db): add status and constraints to the schema
|
2026-03-03 13:46:06 +00:00 |
|
|
|
a4c527ce5b
|
fix(db): execute not committing if fetch flag was set
|
2026-03-03 13:10:50 +00:00 |
|
|
|
3772f83d11
|
fix: add title column to db
This was accidentally removed in a previous merge
|
2026-03-03 12:41:02 +00:00 |
|
|
|
8b8462fd58
|
chore: add non-existent database error check
|
2026-03-03 11:11:10 +00:00 |
|
|
|
4bec0dd32c
|
refactor: extract dataset functionality out of db class
|
2026-03-02 19:18:05 +00:00 |
|
|
|
4961ddc349
|
refactor: move db dir into server
|
2026-03-02 19:05:56 +00:00 |
|