Autopsy uses the database schema that TSK creates (which is also created by tsk_loaddb).
Each database has a schema version to help applications determine which tables should exist.
Prior to Autopsy 2.9 (Schema 7.0), the version was a single number. It is now a two part number that aligns with Semantic Versioning so that backward incompatible changes are easier to detect. There is no patch in the number (i.e. the 3rd number in semantic versions).
MAJOR.MINOR
The Major number is incremented when backward incompatible changes are made. Examples include:
The Minor number is incremented when backward compatible changes are made. Examples include:
Example Schemas:
Last modified: 2019-07-19