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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user