#ifndef ZABBIX_ZBX_DBVERSION_CONSTANTS_H
#define ZABBIX_ZBX_DBVERSION_CONSTANTS_H
#define ZBX_DBVERSION_UNDEFINED 0
#define ZBX_MYSQL_MIN_VERSION 50728
#define ZBX_MYSQL_MIN_VERSION_STR "5.07.28"
#define ZBX_MYSQL_MIN_SUPPORTED_VERSION 80000
#define ZBX_MYSQL_MIN_SUPPORTED_VERSION_STR "8.00.0"
#define ZBX_MYSQL_MAX_VERSION 90099
#define ZBX_MYSQL_MAX_VERSION_STR "9.00.x"
#define ZBX_MARIADB_MIN_VERSION 100200
#define ZBX_MARIADB_MIN_VERSION_STR "10.02.00"
#define ZBX_MARIADB_MIN_SUPPORTED_VERSION 100500
#define ZBX_MARIADB_MIN_SUPPORTED_VERSION_STR "10.05.00"
#define ZBX_MARIADB_MAX_VERSION 110499
#define ZBX_MARIADB_MAX_VERSION_STR "11.04.xx"
#define ZBX_POSTGRESQL_MIN_VERSION 100009
#define ZBX_POSTGRESQL_MIN_VERSION_STR "10.9"
#define ZBX_POSTGRESQL_MIN_SUPPORTED_VERSION 130000
#define ZBX_POSTGRESQL_MIN_SUPPORTED_VERSION_STR "13.0"
#define ZBX_POSTGRESQL_MAX_VERSION 169999
#define ZBX_POSTGRESQL_MAX_VERSION_STR "16.x"
#define ZBX_ORACLE_MIN_VERSION 1201000200
#define ZBX_ORACLE_MIN_VERSION_STR "Database 12c Release 12.01.00.02.x"
#define ZBX_ORACLE_MIN_SUPPORTED_VERSION 1900000000
#define ZBX_ORACLE_MIN_SUPPORTED_VERSION_STR "Database 19c Release 19.x.x"
#define ZBX_ORACLE_MAX_VERSION 2199000000
#define ZBX_ORACLE_MAX_VERSION_STR "Database 21c Release 21.x.x"
#define ZBX_ELASTIC_MIN_VERSION 70000
#define ZBX_ELASTIC_MIN_VERSION_STR "7.x"
#define ZBX_ELASTIC_MAX_VERSION 79999
#define ZBX_ELASTIC_MAX_VERSION_STR ZBX_ELASTIC_MIN_VERSION_STR
#define ZBX_TIMESCALE_MIN_VERSION 10500
#define ZBX_TIMESCALE_MIN_VERSION_STR "1.5.0"