mirror of
https://github.com/google/nomulus
synced 2026-07-19 14:32:44 +00:00
bee5e0a5a9
* Add tool to compare golden and actual schema
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;
|