1
0
mirror of https://github.com/google/nomulus synced 2026-05-30 19:46:34 +00:00

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

This commit is contained in:
Pavlo Tkach
2026-05-27 11:48:31 -04:00
committed by GitHub
parent c731b18304
commit 00ceb6a7df

View File

@@ -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