feat(versioning): update versioning scheme to use zabbix major releases (7-1)

This commit is contained in:
Maksym Buz
2026-03-30 19:51:35 +00:00
parent 56a1a0d1dd
commit d02a24ebd8

View File

@@ -23,7 +23,7 @@ CREATE TABLE IF NOT EXISTS partitions.version (
); );
-- Set initial version -- Set initial version
INSERT INTO partitions.version (version, description) VALUES ('1.0', 'Initial release') INSERT INTO partitions.version (version, description) VALUES ('7-1', 'Zabbix 7.4 and 7.0 compatible version')
ON CONFLICT (version) DO NOTHING; ON CONFLICT (version) DO NOTHING;
-- Default configuration for Zabbix tables (adjust as needed) -- Default configuration for Zabbix tables (adjust as needed)