Add Google Vacuum MGMT to schema allowed diff (#3062)

This commit is contained in:
Pavlo Tkach
2026-05-27 15:48:31 +00:00
committed by GitHub
parent c731b18304
commit 00ceb6a7df
@@ -8,3 +8,7 @@ SET default_table_access_method = heap;
SET default_with_oids = false;
^\\restrict
^\\unrestrict
CREATE SCHEMA google_vacuum_mgmt;
CREATE EXTENSION IF NOT EXISTS google_vacuum_mgmt WITH SCHEMA google_vacuum_mgmt;
COMMENT ON EXTENSION google_vacuum_mgmt IS 'extension for assistive operational tooling';
-- \*not\* creating schema, since initdb creates it