mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
3 lines
157 B
Text
3 lines
157 B
Text
CREATE EXTENSION IF NOT EXISTS pgaudit WITH SCHEMA public;
|
|
COMMENT ON EXTENSION pgaudit IS 'provides auditing functionality';
|
|
SET default_with_oids = false;
|