#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 80030
#define ZBX_MYSQL_MIN_SUPPORTED_VERSION_STR "8.00.30"
#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 110599
#define ZBX_MARIADB_MAX_VERSION_STR "11.05.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 179999
#define ZBX_POSTGRESQL_MAX_VERSION_STR "17.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 89999
#define ZBX_ELASTIC_MAX_VERSION_STR "8.x"
#define ZBX_TIMESCALE_MIN_VERSION 20001
#define ZBX_TIMESCALE_MIN_VERSION_STR "2.0.1"
#define ZBX_TIMESCALE_MIN_SUPPORTED_VERSION 21300
#define ZBX_TIMESCALE_MIN_SUPPORTED_VERSION_STR "2.13.0"
#define ZBX_TIMESCALE_MAX_VERSION 21899
#define ZBX_TIMESCALE_MAX_VERSION_STR "2.18"
#define ZBX_TIMESCALE_LICENSE_APACHE_STR "TimescaleDB Apache 2 Edition"