diff --git a/postgresql/procedures/00_schema_create.sql b/postgresql/procedures/00_schema_create.sql index 156e6ae..c20141a 100644 --- a/postgresql/procedures/00_schema_create.sql +++ b/postgresql/procedures/00_schema_create.sql @@ -23,7 +23,7 @@ CREATE TABLE IF NOT EXISTS partitions.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; -- Default configuration for Zabbix tables (adjust as needed)