Commit Graph

4 Commits

Author SHA1 Message Date
532393c2c7 Add db.commit() call to convert_bans.py script
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-07-25 16:01:35 -07:00
47bb480b74 Add status message to convert_db.py
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-07-25 15:56:37 -07:00
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