Commit Graph

2 Commits

Author SHA1 Message Date
7b6be3f2a0 Fix convert_db script
Database conversion was not taking the "trip" field into account. Also,
remove debug message that I accidentally had left in there.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-07-25 15:50:00 -07:00
e85e3a03a0 Update database format
The old database format would keep the post data in a JSON string.
Now, post data is broken out into individual columns for searching more
easily.

Additionally, a convert script has been provided.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-07-25 15:45:50 -07:00