pub const SQL_QUERY_VERSION_INFORMATION: &str = "SELECT hash FROM version WHERE major=:major AND minor=:minor AND build=:build LIMIT 100;";Expand description
Provides version information to check if the current application is listed in the table of supported versions. It informs whether the version is supported and which hash is stored in the database for the version.