Skip to content

Added metadata to each row

Pre-release
Pre-release
Compare
Choose a tag to compare
@Brideau Brideau released this 30 Jul 21:04
· 84 commits to master since this release

Having metadata available that indicates when a record was stored and what version of the database schema was in use during that time helps to diagnose problems. This version includes a new _meta table that stores schema version information, and new meta_db_version and meta_row_insertion_time columns that store that data for each row.