mirror of
https://github.com/google/nomulus
synced 2026-01-03 11:45:39 +00:00
4 lines
157 B
Plaintext
4 lines
157 B
Plaintext
CREATE EXTENSION IF NOT EXISTS pgaudit WITH SCHEMA public;
|
|
COMMENT ON EXTENSION pgaudit IS 'provides auditing functionality';
|
|
SET default_with_oids = false;
|