pub(crate) const DATABASE_FORMAT_VERSION_FILE_NAME: &str = "version";
Expand description
The name of the file containing the database version.
Note: This file has historically omitted the major database version.
Use Config::version_file_path()
to get the path to this file.