docs: move pg_cron job management instructions to generic maintenance section

This commit is contained in:
Maksym Buz
2026-03-30 20:46:46 +00:00
parent d8233d53d5
commit 4aded2a7f8
4 changed files with 113 additions and 146 deletions

View File

@@ -22,7 +22,6 @@ CREATE TABLE IF NOT EXISTS partitions.version (
description text
);
-- Set initial version
INSERT INTO partitions.version (version, description) VALUES ('7-1', 'Zabbix 7.4 and 7.0 compatible version')
ON CONFLICT (version) DO NOTHING;