test: migrate tests to master and exclude from releases

This commit is contained in:
Maksym Buz
2026-05-15 11:08:41 +00:00
parent b695cc8442
commit 5bdf7c26c2
30 changed files with 1188037 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- Create additional user for partitioning tasks
CREATE USER zbx_part WITH PASSWORD 'zbx_part';
GRANT CONNECT ON DATABASE zabbix TO zbx_part;
-- Grant usage on public schema (standard for PG 15+)
GRANT USAGE ON SCHEMA public TO zbx_part;