The page lists changes to the base database, newest first.
You can follow the history of this schema using the git history of lib-unobtanium/src/database/base.rs.
0.1.0 - Basic cleanup
Version 0.1.0 cleans up some historic design choices.
- Added the
str_originfield to theorigintable. - Removed unique constraint for
scheme,host,portfields fromorigintable. This had some edge case problems because ofhostandportbeing nullable. - Remove the
crawl_delay_mscolumn from theorigintable. It stems from a very early version of the crawler and unused.
Tagged in commit 242ae3503a85b5fe78d11546164a754a532ba99c
0.0.0 - The last unversioned
Version 0.0.0 represents the last unversioned version of the database schema.