feat: comment out adminpack extension creation and related comment in migration script
This commit is contained in:
parent
b256293b77
commit
1a2d19729b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
-- Extensions
|
||||
CREATE EXTENSION IF NOT EXISTS adminpack WITH SCHEMA pg_catalog;
|
||||
--CREATE EXTENSION IF NOT EXISTS adminpack WITH SCHEMA pg_catalog;
|
||||
|
||||
COMMENT ON EXTENSION adminpack IS 'administrative functions for PostgreSQL';
|
||||
--COMMENT ON EXTENSION adminpack IS 'administrative functions for PostgreSQL';
|
||||
Loading…
Add table
Reference in a new issue