feat(versioning): update versioning scheme to use zabbix major releases (7-1)
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user