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>
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>