refactor(procedures): rename init script and revert monitoring view

This commit is contained in:
Maksym Buz
2026-03-30 19:40:32 +00:00
parent 888f61a2c8
commit 9d77fac4a4
5 changed files with 10 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ This ensures that the partitioning scripts will work flawlessly, even in custom
The solution is divided into a series of SQL scripts that must be executed sequentially to set up the environment.
### 1. `00_partitions_init.sql`
### 1. `00_schema_create.sql`
* **Purpose:** Initializes the foundation for the partitioning system.
* **Actions:**
* Creates the isolated `partitions` schema to keep everything separate from Zabbix's own structure.